aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-03-25 13:45:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-03-25 13:45:58 +0000
commitb79c82eaabd87d336f91881f63b4104fec9ae445 (patch)
tree08e42c7f5c9b24c082fc0d35bc3486f1c1544c4a /crypto/x509/x509_vfy.h
parent69d1d5e6cee22de3ecc353d156e8ace7abb58afb (diff)
downloadopenssl-b79c82eaabd87d336f91881f63b4104fec9ae445.tar.gz
Fix loads of warnings in policy code.
I'll remember to try to compile this with warnings enabled next time :-)
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 6cf3d70ff7..41644a9fe2 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -441,7 +441,7 @@ X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, int i);
const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node);
-STACK_OF(POLICYQUALIFIER) *
+STACK_OF(POLICYQUALINFO) *
X509_policy_node_get0_qualifiers(const X509_POLICY_NODE *node);
const X509_POLICY_NODE *
X509_policy_node_get0_parent(const X509_POLICY_NODE *node);