Skip to content

Commit

Permalink
Merge pull request wolfSSL#7525 from bandi13/fixCDTDisableOptionsTest
Browse files Browse the repository at this point in the history
Unused variable error
  • Loading branch information
dgarske authored May 13, 2024
2 parents 7cce568 + e5a0c0d commit 6b79e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ssl_load.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6b79e53

Please sign in to comment.