forked from wolfSSL/wolfssl
add void to function prototype
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user