debugging the debugging function in benchmark

This commit is contained in:
Jacob Barthelmeh 2015-01-14 17:01:44 -07:00
parent 1bd80b20d6
commit 3345293ad7

View File

@ -149,7 +149,7 @@ static int OpenNitroxDevice(int dma_mode,int dev_id)
#endif
#if defined(DEBUG_WOLfSSL) && !defined(HAVE_VALGRIND)
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND)
WOLFSSL_API int wolfSSL_Debugging_ON();
#endif
@ -167,7 +167,7 @@ int benchmark_test(void *args)
#endif
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND)
WOLFSSL_API int wolfSSL_Debugging_ON();
wolfSSL_Debugging_ON();
#endif
#ifdef HAVE_CAVIUM