mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Add a void to the empty parameter list for the function wolfSSL_SESSION_new().
This commit is contained in:
@@ -19628,7 +19628,7 @@ int wolfSSL_session_reused(WOLFSSL* ssl)
|
||||
|
||||
#if defined(OPENSSL_EXTRA) || defined(HAVE_EXT_CACHE)
|
||||
/* return a new malloc'd session with default settings on success */
|
||||
WOLFSSL_SESSION* wolfSSL_SESSION_new()
|
||||
WOLFSSL_SESSION* wolfSSL_SESSION_new(void)
|
||||
{
|
||||
WOLFSSL_SESSION* ret = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user