[openssl] master update
tomas at openssl.org
tomas at openssl.org
Thu Apr 1 13:49:07 UTC 2021
The branch master has been updated
via 492bc359dccdcc586836f1845e8ffc6957406256 (commit)
from c29554245ae107c87d71c8463eef0134391da318 (commit)
- Log -----------------------------------------------------------------
commit 492bc359dccdcc586836f1845e8ffc6957406256
Author: Nan Xiao <nan at chinadtrace.org>
Date: Wed Mar 31 12:02:32 2021 +0800
Fix typos in ssl_lib.c
CLA: trivial
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14751)
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_lib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the openssl-commits
mailing list