Skip to content

Commit bd9a27a

Browse files
authored
Merge pull request #7472 from ColtonWilley/remove-des3-guard-from-pkcs12-tests
Remove DES3 flag guard from pkcs12 tests
2 parents 2496cc0 + 2fb70b2 commit bd9a27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30335,7 +30335,7 @@ static int test_wc_i2d_PKCS12(void)
3033530335
EXPECT_DECLS;
3033630336
#if !defined(NO_ASN) && !defined(NO_PWDBASED) && defined(HAVE_PKCS12) \
3033730337
&& !defined(NO_FILESYSTEM) && !defined(NO_RSA) \
30338-
&& !defined(NO_AES) && !defined(NO_DES3) && !defined(NO_SHA)
30338+
&& !defined(NO_AES) && !defined(NO_SHA)
3033930339
WC_PKCS12* pkcs12 = NULL;
3034030340
unsigned char der[FOURK_BUF * 2];
3034130341
unsigned char* pt;

0 commit comments

Comments
 (0)