Blame otp-0010-Revert-crypto-Temporarily-disable-FIPS-for-cryptolib.patch

f92c4b
From: Peter Lemenkov <lemenkov@gmail.com>
f92c4b
Date: Tue, 29 Mar 2022 19:38:13 +0200
f92c4b
Subject: [PATCH] Revert "crypto: Temporarily disable FIPS for cryptolib ver
f92c4b
 3.0 and above"
f92c4b
f92c4b
This reverts commit 6bb9c51e900fe8fb5a88bd2498f6e5a92f94ed8d.
f92c4b
f92c4b
diff --git a/lib/crypto/c_src/openssl_config.h b/lib/crypto/c_src/openssl_config.h
f92c4b
index 647ab25ad4..ab681183a3 100644
f92c4b
--- a/lib/crypto/c_src/openssl_config.h
f92c4b
+++ b/lib/crypto/c_src/openssl_config.h
f92c4b
@@ -452,11 +452,6 @@ do {                                                    \
f92c4b
 # undef FIPS_SUPPORT
f92c4b
 #endif
f92c4b
 
f92c4b
-/* Disable FIPS for 3.0 temporaryly until the support is added */
f92c4b
-#if defined(FIPS_SUPPORT) &&                                            \
f92c4b
-    defined(HAS_3_0_API)
f92c4b
-# undef FIPS_SUPPORT
f92c4b
-#endif
f92c4b
 
f92c4b
 #if defined(FIPS_SUPPORT) && \
f92c4b
     defined(HAS_3_0_API)