summaryrefslogtreecommitdiffstats
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-26 12:23:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-26 12:23:58 +0000
commit9bafd8f7b3109fec6ee5f7fab4ae816ed271fc8a (patch)
tree70378558479a255511a6f63037808fb7ae5d12b9 /ssl/ssltest.c
parent373048395eb86a6a49d9a80148b8f881cdd17995 (diff)
FIPS_allow_md5() no longer exists and is no longer required
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 032a477f09..cfd40bc500 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -2292,15 +2292,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)