4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-06 14:39:40 +00:00

Fix typos in ssl_lib.c

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14751)
This commit is contained in:
Nan Xiao 2021-03-31 12:02:32 +08:00 committed by Tomas Mraz
parent c29554245a
commit 492bc359dc

@ -4306,7 +4306,7 @@ int SSL_CTX_set_default_verify_file(SSL_CTX *ctx)
if (lookup == NULL)
return 0;
/* We ignore errors, in case the directory doesn't exist */
/* We ignore errors, in case the file doesn't exist */
ERR_set_mark();
X509_LOOKUP_load_file_ex(lookup, NULL, X509_FILETYPE_DEFAULT, ctx->libctx,