From 1f8c2aa1763b5d8a328b2fd4053396e94ea48d35 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 27 Jan 2002 03:13:07 +0000 Subject: Initial import of OpenSSL 0.9.6c --- crypto/openssl/crypto/x509/x509_vfy.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/openssl/crypto/x509/x509_vfy.c') diff --git a/crypto/openssl/crypto/x509/x509_vfy.c b/crypto/openssl/crypto/x509/x509_vfy.c index 0f4110c..7a30092 100644 --- a/crypto/openssl/crypto/x509/x509_vfy.c +++ b/crypto/openssl/crypto/x509/x509_vfy.c @@ -911,6 +911,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) -- cgit v1.1