Not sure what this is doing here...
authorDr. Stephen Henson <steve@openssl.org>
Mon, 11 Apr 2005 22:22:51 +0000 (22:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Apr 2005 22:22:51 +0000 (22:22 +0000)
ssl/ssltest.c

index 02878981f16db780089a2e02929c08736eaa0855..b7bab8aa39fd28d6328cd3618843aec2d9ae1ea5 100644 (file)
@@ -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)