We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57b577 commit 827087bCopy full SHA for 827087b
apps/wolfsshd/wolfsshd.c
@@ -407,6 +407,7 @@ static int SetupCTX(WOLFSSHD_CONFIG* conf, WOLFSSH_CTX** ctx)
407
408
#ifdef WOLFSSH_CERTS
409
/* check if loading in system CA certs */
410
+ #ifdef WOLFSSL_SYS_CA_CERTS
411
if (ret == WS_SUCCESS && wolfSSHD_ConfigGetSystemCA(conf)) {
412
WOLFSSL_CTX* sslCtx;
413
@@ -437,6 +438,7 @@ static int SetupCTX(WOLFSSHD_CONFIG* conf, WOLFSSH_CTX** ctx)
437
438
wolfSSL_CTX_free(sslCtx);
439
}
440
441
+ #endif
442
443
/* load in CA certs from file set */
444
if (ret == WS_SUCCESS) {
0 commit comments