Add logging.h header in pwdbased.c when DEBUG_WOLFSSL

This commit is contained in:
kaleb-himes
2024-05-08 18:01:09 -04:00
parent 7047991cda
commit 6719909f4e

View File

@@ -52,6 +52,9 @@
#endif
#if FIPS_VERSION3_GE(6,0,0)
#ifdef DEBUG_WOLFSSL
#include <wolfssl/wolfcrypt/logging.h>
#endif
const unsigned int wolfCrypt_FIPS_pbkdf_ro_sanity[2] =
{ 0x1a2b3c4d, 0x00000010 };
int wolfCrypt_FIPS_PBKDF_sanity(void)