mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-07 01:44:03 +01:00
Merge pull request #8294 from LinuxJedi/test_compile_issue
Fix compile issue with NO_WOLFSSL_DIR
This commit is contained in:
@@ -2643,7 +2643,8 @@ static int test_wolfSSL_CTX_load_system_CA_certs(void)
|
||||
ret = -1;
|
||||
}
|
||||
if (ret == 0) {
|
||||
#if defined(USE_WINDOWS_API) || defined(__APPLE__)
|
||||
#if defined(USE_WINDOWS_API) || defined(__APPLE__) || \
|
||||
defined(NO_WOLFSSL_DIR)
|
||||
dirValid = 1;
|
||||
#else
|
||||
word32 numDirs;
|
||||
|
||||
Reference in New Issue
Block a user