From: Dr. Stephen Henson Date: Mon, 11 Apr 2005 22:22:51 +0000 (+0000) Subject: Not sure what this is doing here... X-Git-Tag: BEN_FIPS_TEST_8~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d728b8d1014c277fb78c4949dc496c84fdab935;p=oweals%2Fopenssl.git Not sure what this is doing here... --- diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 02878981f1..b7bab8aa39 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -1974,18 +1974,6 @@ 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 -# ifdef OPENSSL_FIPS - if(s->version == TLS1_VERSION) - FIPS_allow_md5(1); -# endif - ok = X509_verify_cert(ctx); -# ifdef OPENSSL_FIPS - if(s->version == TLS1_VERSION) - FIPS_allow_md5(0); -# endif -#endif - if (cb_arg->proxy_auth) { if (ok)