[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Fri Dec 22 11:21:13 UTC 2017


The branch master has been updated
       via  17b602802114d53017ff7894319498934a580b17 (commit)
      from  532b11830c365fd50a6c27e4933935a8126d91ad (commit)


- Log -----------------------------------------------------------------
commit 17b602802114d53017ff7894319498934a580b17
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Thu Dec 21 09:08:25 2017 +0100

    Remove extra `the` in SSL_SESSION_set1_id.pod
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4969)

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

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

diff --git a/doc/man3/SSL_SESSION_set1_id.pod b/doc/man3/SSL_SESSION_set1_id.pod
index f69c83b..f0b131d 100644
--- a/doc/man3/SSL_SESSION_set1_id.pod
+++ b/doc/man3/SSL_SESSION_set1_id.pod
@@ -21,7 +21,7 @@ SSL_SESSION_get_id() returns a pointer to the internal session id value for the
 session B<s>. The length of the id in bytes is stored in B<*len>. The length may
 be 0. The caller should not free the returned pointer directly.
 
-SSL_SESSION_set1_id() sets the the session ID for the B<ssl> SSL/TLS session
+SSL_SESSION_set1_id() sets the session ID for the B<ssl> SSL/TLS session
 to B<sid> of length B<sid_len>.
 
 =head1 RETURN VALUES


More information about the openssl-commits mailing list