mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Removed cases that caused fips test to fail
This commit is contained in:
@@ -33790,7 +33790,6 @@ static void test_wolfSSL_EVP_CIPHER_iv_length(void)
|
|||||||
#endif
|
#endif
|
||||||
#ifndef NO_DES3
|
#ifndef NO_DES3
|
||||||
NID_des_cbc,
|
NID_des_cbc,
|
||||||
NID_des_ede3_cbc,
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_IDEA
|
#ifdef HAVE_IDEA
|
||||||
NID_idea_cbc,
|
NID_idea_cbc,
|
||||||
@@ -33833,7 +33832,6 @@ static void test_wolfSSL_EVP_CIPHER_iv_length(void)
|
|||||||
#endif
|
#endif
|
||||||
#ifndef NO_DES3
|
#ifndef NO_DES3
|
||||||
DES_BLOCK_SIZE,
|
DES_BLOCK_SIZE,
|
||||||
DES_BLOCK_SIZE,
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_IDEA
|
#ifdef HAVE_IDEA
|
||||||
IDEA_BLOCK_SIZE,
|
IDEA_BLOCK_SIZE,
|
||||||
|
Reference in New Issue
Block a user