mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Merge pull request #7525 from bandi13/fixCDTDisableOptionsTest
Unused variable error
This commit is contained in:
@ -5051,6 +5051,8 @@ int wolfSSL_CTX_set_default_verify_paths(WOLFSSL_CTX* ctx)
|
||||
char* certDir;
|
||||
char* certFile;
|
||||
word32 flags;
|
||||
#elif !defined(WOLFSSL_SYS_CA_CERTS)
|
||||
(void)ctx;
|
||||
#endif
|
||||
|
||||
WOLFSSL_ENTER("wolfSSL_CTX_set_default_verify_paths");
|
||||
|
Reference in New Issue
Block a user