Skip to content

Commit e5a0c0d

Browse files
author
Andras Fekete
committed
Unused variable error
1 parent 4b81a99 commit e5a0c0d

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)