include logging.h in test.c

This commit is contained in:
Jacob Barthelmeh
2017-01-06 16:40:19 -07:00
parent dcb9ef6651
commit 4be5f624e8

View File

@ -101,6 +101,9 @@
#ifdef WOLFSSL_ASYNC_CRYPT
#include <wolfssl/wolfcrypt/async.h>
#endif
#if defined(OPENSSL_EXTRA) || defined(DEBUG_WOLFSSL_VERBOSE)
#include <wolfssl/wolfcrypt/logging.h>
#endif
#ifdef _MSC_VER
/* 4996 warning to use MS extensions e.g., strcpy_s instead of strncpy */