Remove 'HAVE_FIPS_VERSION < 2' blocks

This commit is contained in:
Andras Fekete
2023-08-02 17:08:03 -04:00
parent f5164d325b
commit b31e485dc9
24 changed files with 10 additions and 1273 deletions
-3
View File
@@ -15465,9 +15465,6 @@ static wc_test_ret_t rsa_flatten_test(RsaKey* key)
* -101 = USER_CRYPTO_ERROR
*/
if (ret == 0)
#elif defined(HAVE_FIPS) && \
(!defined(HAVE_FIPS_VERSION) || (HAVE_FIPS_VERSION < 2))
if (ret != 0)
#else
if (ret != RSA_BUFFER_E)
#endif