From 4be5f624e89a37da4a96b3b12d8c8cb00e6020f9 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 6 Jan 2017 16:40:19 -0700 Subject: [PATCH] include logging.h in test.c --- wolfcrypt/test/test.c | 3 +++ 1 file changed, 3 insertions(+) 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 */