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

Richard Levitte levitte at openssl.org
Thu Dec 29 01:18:28 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  72b993cfdf51d6cfc8705691ecda66285c507f7a (commit)
      from  1e9e40d8b027faca62fe51954f022efdd9bfe62a (commit)


- Log -----------------------------------------------------------------
commit 72b993cfdf51d6cfc8705691ecda66285c507f7a
Author: Markus Triska <triska at metalevel.at>
Date:   Sun Dec 25 19:58:38 2016 +0100

    replace "will lookup up" by "will look up"
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    CLA: trivial
    (Merged from https://github.com/openssl/openssl/pull/2145)
    (cherry picked from commit 67adf0a7c273a82901ce8705ae8d71ee2f1c959c)

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

Summary of changes:
 doc/ssl/SSL_CTX_set_session_cache_mode.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ssl/SSL_CTX_set_session_cache_mode.pod b/doc/ssl/SSL_CTX_set_session_cache_mode.pod
index a2e8266..b237076 100644
--- a/doc/ssl/SSL_CTX_set_session_cache_mode.pod
+++ b/doc/ssl/SSL_CTX_set_session_cache_mode.pod
@@ -30,7 +30,7 @@ server. It can only send exactly one id.  The server then either
 agrees to reuse the session or it starts a full handshake (to create a new
 session).
 
-A server will lookup up the session in its internal session storage. If the
+A server will look up the session in its internal session storage. If the
 session is not found in internal storage or lookups for the internal storage
 have been deactivated (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP), the server will try
 the external storage if available.


More information about the openssl-commits mailing list