aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-04-01 22:23:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-04-01 22:23:46 +0000
commitb6a5fdb8a7fa643242b3abd6075553875e427b53 (patch)
tree5d7a693c9d65c4245466dbc2be7449fa549e2f11 /crypto/x509/x509_vfy.h
parentbf5773fa2d4b448ab8e0db0ecbcc0ac094ee492e (diff)
downloadopenssl-b6a5fdb8a7fa643242b3abd6075553875e427b53.tar.gz
Don't use C++ reserved word.
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 3deb5e4002..c9129ba5af 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -420,7 +420,7 @@ void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, long flags, time_t t);
void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
int (*verify_cb)(int, X509_STORE_CTX *));
-int X509_policy_check(X509_POLICY_TREE **ptree, int *explicit,
+int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
STACK_OF(X509) *certs,
STACK_OF(ASN1_OBJECT) *policy_oids,
unsigned int flags);