[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Fri Dec 8 17:03:19 UTC 2017
The branch master has been updated
via 6aff543b9bf14bdac7f5385a9e56b8785b30f6d8 (commit)
from 921d84a0ad2e70ad91b6e1b06573e97162387f8a (commit)
- Log -----------------------------------------------------------------
commit 6aff543b9bf14bdac7f5385a9e56b8785b30f6d8
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date: Fri Dec 8 14:13:30 2017 +0100
Correct minor typo in ssl_locl.h comment
CLA: trivial
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4880)
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_locl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index c812eef..952a8f9 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -733,7 +733,7 @@ struct ssl_ctx_st {
/*
* This can have one of 2 values, ored together, SSL_SESS_CACHE_CLIENT,
* SSL_SESS_CACHE_SERVER, Default is SSL_SESSION_CACHE_SERVER, which
- * means only SSL_accept which cache SSL_SESSIONS.
+ * means only SSL_accept will cache SSL_SESSIONS.
*/
uint32_t session_cache_mode;
/*
More information about the openssl-commits
mailing list