mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Fix for useVerifyCb variable not used warning with NO_CERTS defined.
This commit is contained in:
@@ -2130,6 +2130,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
(void) verifyCert;
|
(void) verifyCert;
|
||||||
(void) ourCert;
|
(void) ourCert;
|
||||||
(void) ourKey;
|
(void) ourKey;
|
||||||
|
(void) useVerifyCb;
|
||||||
|
|
||||||
#if !defined(WOLFSSL_TIRTOS)
|
#if !defined(WOLFSSL_TIRTOS)
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user