The branch OpenSSL_1_1_1-stable has been updated
       via  ad178c15a112d10380a6446127b069270af666de (commit)
      from  8354f53d40781630eb4caa1a2ce31eca5296aa29 (commit)


- Log -----------------------------------------------------------------
commit ad178c15a112d10380a6446127b069270af666de
Author: Benjamin Kaduk <[email protected]>
Date:   Thu May 28 14:34:10 2020 -0700

    Fix a typo in SSL_CTX_set_session_ticket_cb.pod
    
    "SSL" takes two esses, not three.
    
    [skip ci]
    
    Reviewed-by: Matt Caswell <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/12038)
    
    (cherry picked from commit 09527c493596060544bda92ecd0d8ef40a366c5e)

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

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

diff --git a/doc/man3/SSL_CTX_set_session_ticket_cb.pod 
b/doc/man3/SSL_CTX_set_session_ticket_cb.pod
index f3dfb62c23..99d2f29ac6 100644
--- a/doc/man3/SSL_CTX_set_session_ticket_cb.pod
+++ b/doc/man3/SSL_CTX_set_session_ticket_cb.pod
@@ -177,7 +177,7 @@ L<SSL_get_session(3)>
 
 =head1 HISTORY
 
-The SSL_CTX_set_session_ticket_cb(), SSSL_SESSION_set1_ticket_appdata()
+The SSL_CTX_set_session_ticket_cb(), SSL_SESSION_set1_ticket_appdata()
 and SSL_SESSION_get_ticket_appdata() functions were added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT

Reply via email to