From 9d728b8d1014c277fb78c4949dc496c84fdab935 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 11 Apr 2005 22:22:51 +0000 Subject: [PATCH] Not sure what this is doing here... --- ssl/ssltest.c | 12 ------------ 1 file changed, 12 deletions(-) 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) -- 2.25.1