Skip to content

Commit 6719909

Browse files
committed
Add logging.h header in pwdbased.c when DEBUG_WOLFSSL
1 parent 7047991 commit 6719909

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wolfcrypt/src/pwdbased.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
#endif
5353

5454
#if FIPS_VERSION3_GE(6,0,0)
55+
#ifdef DEBUG_WOLFSSL
56+
#include <wolfssl/wolfcrypt/logging.h>
57+
#endif
5558
const unsigned int wolfCrypt_FIPS_pbkdf_ro_sanity[2] =
5659
{ 0x1a2b3c4d, 0x00000010 };
5760
int wolfCrypt_FIPS_PBKDF_sanity(void)

0 commit comments

Comments
 (0)