mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
tests/api.c: fix test_wolfSSL_BIO_Qt_usecase() "function declaration isn’t a prototype".
This commit is contained in:
@ -38777,7 +38777,7 @@ static void test_wolfSSL_BIO_connect(void)
|
||||
}
|
||||
|
||||
|
||||
static void test_wolfSSL_BIO_Qt_usecase()
|
||||
static void test_wolfSSL_BIO_Qt_usecase(void)
|
||||
{
|
||||
#if !defined(NO_BIO) && defined(OPENSSL_EXTRA) && !defined(NO_WOLFSSL_CLIENT)
|
||||
|
||||
|
Reference in New Issue
Block a user