From e1435034ae83cac4e7660cf164972bc6073ff80e Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 26 Jan 2011 12:25:51 +0000 Subject: FIPS_allow_md5() no longer exists and is no longer required --- ssl/ssltest.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ssl') diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 0bb4fa43bd..65523bc64a 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -2164,15 +2164,7 @@ static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) } #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) -- cgit v1.2.3