Merge pull request #960 from levi-wolfssl/void

Add void to function prototype.
This commit is contained in:
dgarske 2017-06-13 13:58:34 -07:00 committed by GitHub
commit 189d579bec
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ void bench_rng(void);
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND) && \
!defined(HAVE_STACK_SIZE)
WOLFSSL_API int wolfSSL_Debugging_ON();
WOLFSSL_API int wolfSSL_Debugging_ON(void);
WOLFSSL_API void wolfSSL_Debugging_OFF(void);
#endif