We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2496cc0 + 2fb70b2 commit bd9a27aCopy full SHA for bd9a27a
1 file changed
tests/api.c
@@ -30335,7 +30335,7 @@ static int test_wc_i2d_PKCS12(void)
30335
EXPECT_DECLS;
30336
#if !defined(NO_ASN) && !defined(NO_PWDBASED) && defined(HAVE_PKCS12) \
30337
&& !defined(NO_FILESYSTEM) && !defined(NO_RSA) \
30338
- && !defined(NO_AES) && !defined(NO_DES3) && !defined(NO_SHA)
+ && !defined(NO_AES) && !defined(NO_SHA)
30339
WC_PKCS12* pkcs12 = NULL;
30340
unsigned char der[FOURK_BUF * 2];
30341
unsigned char* pt;
0 commit comments