We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec02cc commit 2c2c8b5Copy full SHA for 2c2c8b5
test/test_pbe.c
@@ -369,8 +369,8 @@ int test_pbe(void *data)
369
PRINT_MSG("Not using wolfProvider - PBKDF not available in wolfCrypt");
370
#endif
371
372
- PRINT_MSG("PBE DES-EDE3-CBC SHA-1");
373
#if !defined(NO_DES3) && defined(WP_HAVE_SHA1)
+ PRINT_MSG("PBE DES-EDE3-CBC SHA-1");
374
err = test_pbe_sha1_des3_pbkdf1();
375
376
#if defined(WP_HAVE_SHA256) && defined(WP_HAVE_AESCBC)
0 commit comments