Merge pull request #7472 from ColtonWilley/remove-des3-guard-from-pkcs12-tests

Remove DES3 flag guard from pkcs12 tests
This commit is contained in:
Sean Parkinson
2024-04-29 10:54:39 +10:00
committed by GitHub

View File

@ -30335,7 +30335,7 @@ static int test_wc_i2d_PKCS12(void)
EXPECT_DECLS;
#if !defined(NO_ASN) && !defined(NO_PWDBASED) && defined(HAVE_PKCS12) \
&& !defined(NO_FILESYSTEM) && !defined(NO_RSA) \
&& !defined(NO_AES) && !defined(NO_DES3) && !defined(NO_SHA)
&& !defined(NO_AES) && !defined(NO_SHA)
WC_PKCS12* pkcs12 = NULL;
unsigned char der[FOURK_BUF * 2];
unsigned char* pt;