Fix typos in ssl_lib.c
authorNan Xiao <nan@chinadtrace.org>
Wed, 31 Mar 2021 04:02:32 +0000 (12:02 +0800)
committerTomas Mraz <tomas@openssl.org>
Thu, 1 Apr 2021 13:48:57 +0000 (15:48 +0200)
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)

ssl/ssl_lib.c

index 57e8d15798b0f6df1af592ba2ea20d9f3530d5c4..c4394cf9e2262d8fdece4d465f86b81ff20841be 100644 (file)
@@ -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,