diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 5a629980a..e98d87a94 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -101,6 +101,9 @@ #ifdef WOLFSSL_ASYNC_CRYPT #include #endif +#if defined(OPENSSL_EXTRA) || defined(DEBUG_WOLFSSL_VERBOSE) + #include +#endif #ifdef _MSC_VER /* 4996 warning to use MS extensions e.g., strcpy_s instead of strncpy */