Add X509_VERIFY_PARAM inheritance flag set/get
[openssl.git] / crypto / x509 / x509_lcl.h
index 0cc38c6443ff6bff2ac13e747afcacf18715f18f..34e413530a2c8445cf29852abe8f64dedd35c09e 100644 (file)
@@ -18,7 +18,7 @@
 struct X509_VERIFY_PARAM_st {
     char *name;
     time_t check_time;          /* Time to use */
-    unsigned long inh_flags;    /* Inheritance flags */
+    uint32_t inh_flags;         /* Inheritance flags */
     unsigned long flags;        /* Various verify flags */
     int purpose;                /* purpose to check untrusted certificates */
     int trust;                  /* trust setting to check */