Skip to content

Commit 6b79e53

Browse files
authored
Merge pull request #7525 from bandi13/fixCDTDisableOptionsTest
Unused variable error
2 parents 7cce568 + e5a0c0d commit 6b79e53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ssl_load.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5051,6 +5051,8 @@ int wolfSSL_CTX_set_default_verify_paths(WOLFSSL_CTX* ctx)
50515051
char* certDir;
50525052
char* certFile;
50535053
word32 flags;
5054+
#elif !defined(WOLFSSL_SYS_CA_CERTS)
5055+
(void)ctx;
50545056
#endif
50555057

50565058
WOLFSSL_ENTER("wolfSSL_CTX_set_default_verify_paths");

0 commit comments

Comments
 (0)