From: Dr. Stephen Henson Date: Tue, 12 Apr 2005 11:34:21 +0000 (+0000) Subject: Ooops, shoudln't have deleted this line. X-Git-Tag: BEN_FIPS_TEST_8~103 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ecd7d2b7ee3229088fe0c0c681b6e28c93360e9;p=oweals%2Fopenssl.git Ooops, shoudln't have deleted this line. --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index b7bab8aa39..04badb9bd8 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -1974,6 +1974,10 @@ static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS); } +#ifndef OPENSSL_NO_X509_VERIFY + ok = X509_verify_cert(ctx); +#endif + if (cb_arg->proxy_auth) { if (ok)