mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Fix for jenkins test failure
This commit is contained in:
@@ -6798,8 +6798,10 @@ int wolfSSL_CTX_load_verify_locations_ex(WOLFSSL_CTX* ctx, const char* file,
|
||||
if (file) {
|
||||
ret = ProcessFile(ctx, file, WOLFSSL_FILETYPE_PEM, CA_TYPE, NULL, 0,
|
||||
NULL, verify);
|
||||
#ifndef NO_WOLFSSL_DIR
|
||||
if (ret == WOLFSSL_SUCCESS)
|
||||
successCount++;
|
||||
#endif
|
||||
}
|
||||
|
||||
if (ret == WOLFSSL_SUCCESS && path) {
|
||||
|
Reference in New Issue
Block a user