forked from wolfSSL/wolfssl
Merge pull request #960 from levi-wolfssl/void
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) && \
|
#if defined(DEBUG_WOLFSSL) && !defined(HAVE_VALGRIND) && \
|
||||||
!defined(HAVE_STACK_SIZE)
|
!defined(HAVE_STACK_SIZE)
|
||||||
WOLFSSL_API int wolfSSL_Debugging_ON();
|
WOLFSSL_API int wolfSSL_Debugging_ON(void);
|
||||||
WOLFSSL_API void wolfSSL_Debugging_OFF(void);
|
WOLFSSL_API void wolfSSL_Debugging_OFF(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user