Skip to content

Commit 3bf4f7e

Browse files
committed
Fix from review
1 parent edc1643 commit 3bf4f7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/api/test_pkcs12.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ int test_wc_PKCS12_encrypted_content_bounds(void)
354354
#if !defined(NO_ASN) && !defined(NO_PWDBASED) && defined(HAVE_PKCS12) && \
355355
defined(WOLFSSL_AES_256) && defined(HAVE_AES_CBC) && \
356356
defined(HAVE_AES_DECRYPT) && !defined(NO_SHA256) && !defined(NO_HMAC) && \
357-
defined(WOLFSSL_ASN_TEMPLATE)
357+
defined(WOLFSSL_ASN_TEMPLATE) && !defined(HAVE_FIPS)
358358
{
359359
static const char regPassword[] = "test";
360360
static const byte regSalt[8] = {1, 2, 3, 4, 5, 6, 7, 8};
@@ -865,4 +865,3 @@ int test_wc_PKCS12_PBKDF_ex_sha512_256(void)
865865
#endif
866866
return EXPECT_RESULT();
867867
}
868-

0 commit comments

Comments
 (0)