Skip to content

Commit 2c2c8b5

Browse files
author
Andras Fekete
committed
Should only print if compiled in
1 parent aec02cc commit 2c2c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pbe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ int test_pbe(void *data)
369369
PRINT_MSG("Not using wolfProvider - PBKDF not available in wolfCrypt");
370370
#endif
371371

372-
PRINT_MSG("PBE DES-EDE3-CBC SHA-1");
373372
#if !defined(NO_DES3) && defined(WP_HAVE_SHA1)
373+
PRINT_MSG("PBE DES-EDE3-CBC SHA-1");
374374
err = test_pbe_sha1_des3_pbkdf1();
375375
#endif
376376
#if defined(WP_HAVE_SHA256) && defined(WP_HAVE_AESCBC)

0 commit comments

Comments
 (0)