summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2021-03-31 12:02:32 +0800
committerTomas Mraz <tomas@openssl.org>2021-04-01 15:48:57 +0200
commit492bc359dccdcc586836f1845e8ffc6957406256 (patch)
tree691d6aa6bb8dfb84ccc971c6979a56c73a592fc5
parentc29554245ae107c87d71c8463eef0134391da318 (diff)
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)
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 57e8d15798..c4394cf9e2 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,