Don't use C++ reserved work "explicit".
[openssl.git] / crypto / x509 / x509_vfy.h
index 66e97b7a386871ea2baa3ff591775e9613e76780..e1bd21b802f402e438be9b0075ab1d34b272a213 100644 (file)
@@ -254,7 +254,7 @@ struct x509_store_ctx_st      /* X509_STORE_CTX */
        STACK_OF(X509) *chain;          /* chain of X509s - built up and trusted */
        X509_POLICY_TREE *tree; /* Valid policy tree */
 
-       int explicit;           /* Require explicit policy value */
+       int explicit_policy;    /* Require explicit policy value */
 
        /* When something goes wrong, this is why */
        int error_depth;