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

Rich Salz rsalz at openssl.org
Sat Mar 3 16:56:47 UTC 2018


The branch OpenSSL_1_1_0-stable has been updated
       via  d440216426da5e46cdb6c57742727e23c7d12891 (commit)
      from  30ecc60ac1fc7012daabc9eda7eacd401ef8e15a (commit)


- Log -----------------------------------------------------------------
commit d440216426da5e46cdb6c57742727e23c7d12891
Author: Alex Gaynor <alex.gaynor at gmail.com>
Date:   Sat Mar 3 11:37:07 2018 -0500

    Fixed a typo in a man page
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5498)
    (cherry picked from commit c03dc6427cb8d15ddce735b5e5beef606bdea51d)

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

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

diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index 3b17ec1..0208a8f 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -825,7 +825,7 @@ L<DTLSv1_listen(3)>
 
 =head1 HISTORY
 
-B<SSLv2_client_method>, B<SSLv2_server_method> and B<SSLv2_method> where removed
+B<SSLv2_client_method>, B<SSLv2_server_method> and B<SSLv2_method> were removed
 in OpenSSL 1.1.0.
 
 The return type of B<SSL_copy_session_id> was changed from void to int in


More information about the openssl-commits mailing list