Skip to content

Commit

Permalink
fix variable name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
createyourpersonalaccount committed Jan 4, 2025
1 parent faa9721 commit 4939a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/crypto/ares_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ static ares_status_t ares_ossl_load_caroots(SSL_CTX *ctx, OSSL_LIB_CTX *libctx)
}

for (i = 0; i < cadirs[i] != NULL; i++) {
if (file_exists(cadires[i], ARES_TRUE) &&
if (file_exists(cadirs[i], ARES_TRUE) &&
X509_STORE_load_path(x509_store, cadirs[i]) == 1) {
goto done;
}
Expand Down

0 comments on commit 4939a98

Please sign in to comment.