aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-10-01 11:21:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-10-01 11:21:53 +0000
commit175ac6811a27ac558c647d5f2ea0e3170672e957 (patch)
tree6c2c4b76f75deb3db3bd8350ac2ba1d8858f7b7e /crypto/x509/x509_vfy.h
parent07d488daf66ed88a7b2758325eed7e45fac0aafb (diff)
downloadopenssl-175ac6811a27ac558c647d5f2ea0e3170672e957.tar.gz
Don't use C++ reserved work "explicit".
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index 66e97b7a38..e1bd21b802 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -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;