aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@10gen.com>2016-07-12 14:33:25 -0700
committerMatt Caswell <matt@openssl.org>2016-07-20 11:42:35 +0100
commitc106eaa8ed7c24900e4367fc85cae1a77bc4e5ae (patch)
tree204bcf5a40e4992d7d7afb59bca73ac3559cb252 /include
parent7606c231c9e056822c4613c7617390bcdb822108 (diff)
downloadopenssl-c106eaa8ed7c24900e4367fc85cae1a77bc4e5ae.tar.gz
Remove reduntant X509_STORE_CTX_set_verify_cb declaration
f0e0fd51fd8307f6eae64862ad9aaea113f1177a added X509_STORE_CTX_set_verify_cb with a typedef'd argument, making the original one redundant. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509_vfy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h
index 183889a2f1..19895bf9d4 100644
--- a/include/openssl/x509_vfy.h
+++ b/include/openssl/x509_vfy.h
@@ -360,8 +360,6 @@ int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose,
void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags);
void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags,
time_t t);
-void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
- int (*verify_cb) (int, X509_STORE_CTX *));
X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx);
int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx);