Update documentation following BN opaquify
[openssl.git] / ssl / t1_lib.c
index 86c06e2ba83929e97004bf8a1f69933134a2a9af..891cd1fdddf7d52af3eac1c086771c270fb58df5 100644 (file)
@@ -3599,10 +3599,8 @@ static const tls12_hash_info *tls12_get_hash_info(unsigned char hash_alg)
 const EVP_MD *tls12_get_hash(unsigned char hash_alg)
        {
        const tls12_hash_info *inf;
-#ifndef OPENSSL_FIPS
        if (hash_alg == TLSEXT_hash_md5 && FIPS_mode())
                return NULL;
-#endif
        inf = tls12_get_hash_info(hash_alg);
        if (!inf || !inf->mfunc)
                return NULL;