From: Nan Xiao Date: Wed, 31 Mar 2021 04:02:32 +0000 (+0800) Subject: Fix typos in ssl_lib.c X-Git-Tag: openssl-3.0.0-alpha14~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=492bc359dccdcc586836f1845e8ffc6957406256;p=thirdparty%2Fopenssl.git Fix typos in ssl_lib.c CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14751) --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 57e8d15798b..c4394cf9e22 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -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,