FIPS_allow_md5() no longer exists and is no longer required

This commit is contained in:
Dr. Stephen Henson 2011-01-26 12:25:51 +00:00
parent bf35c5dc7f
commit e1435034ae

View file

@ -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)