Removed cases that caused fips test to fail

This commit is contained in:
Ethan Looney
2020-11-02 14:16:02 -07:00
parent 05d01dcccd
commit cf05a060f7

View File

@@ -33790,7 +33790,6 @@ static void test_wolfSSL_EVP_CIPHER_iv_length(void)
#endif
#ifndef NO_DES3
NID_des_cbc,
NID_des_ede3_cbc,
#endif
#ifdef HAVE_IDEA
NID_idea_cbc,
@@ -33833,7 +33832,6 @@ static void test_wolfSSL_EVP_CIPHER_iv_length(void)
#endif
#ifndef NO_DES3
DES_BLOCK_SIZE,
DES_BLOCK_SIZE,
#endif
#ifdef HAVE_IDEA
IDEA_BLOCK_SIZE,