Add a void to the empty parameter list for the function wolfSSL_SESSION_new().

This commit is contained in:
John Safranek
2020-08-13 13:18:29 -07:00
parent ceed98b952
commit 64084bcba2

View File

@@ -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;