summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-30 11:50:37 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-30 11:50:37 +0000
commitdb089ad60d4eb3772d26494078a30c71140a62dc (patch)
tree433b0e4e7d5f5d96f15e3aecb0aaf7dd35f1cc25
parent1f0c9ad7e1a206edc95c477e981fb331c0f6460d (diff)
Don't miss files...
-rw-r--r--crypto/x509/x509_vfy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index 0a5dcbe2ab..0b9ae12a6f 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -1147,6 +1147,12 @@ void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, long flags, time_t t)
ctx->flags |= X509_V_FLAG_USE_CHECK_TIME;
}
+void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
+ int (*verify_cb)(int, X509_STORE_CTX *))
+ {
+ ctx->verify_cb=verify_cb;
+ }
+
IMPLEMENT_STACK_OF(X509)
IMPLEMENT_ASN1_SET_OF(X509)