aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-09-18 01:32:32 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-09-18 01:32:32 +0000
commit6ef2ff62fca2d317bf98cf7dda85bf1ab493749c (patch)
treec8321231cbf758091c32f2567e6f4d806cf35344 /crypto/x509/x509_vfy.h
parent980aea7860004ca348abafce6c7d08694f6e98eb (diff)
downloadopenssl-6ef2ff62fca2d317bf98cf7dda85bf1ab493749c.tar.gz
Make -Werror happy again.
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index d8d34879af..66e97b7a38 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -459,6 +459,7 @@ X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx);
X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx);
+void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param);
int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name);
/* X509_VERIFY_PARAM functions */