[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Fri Dec 8 17:03:10 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  62f494408dc87a264ecb8e94b59dde42d52dfefd (commit)
      from  6ebcdb354ebcc6a54fb49d4eff8d20f114e43313 (commit)


- Log -----------------------------------------------------------------
commit 62f494408dc87a264ecb8e94b59dde42d52dfefd
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)
    
    (cherry picked from commit 6aff543b9bf14bdac7f5385a9e56b8785b30f6d8)

-----------------------------------------------------------------------

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 de4a520..d86bd7e 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -616,7 +616,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