From cf05a060f7646ab2765727580c033ea914e980da Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Mon, 2 Nov 2020 14:16:02 -0700 Subject: [PATCH] Removed cases that caused fips test to fail --- tests/api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/api.c b/tests/api.c index 64b91794c..5668c9afb 100644 --- a/tests/api.c +++ b/tests/api.c @@ -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,