[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sat Mar 3 16:57:00 UTC 2018
The branch master has been updated
via c03dc6427cb8d15ddce735b5e5beef606bdea51d (commit)
from 21c03ee534ffa78ac44325ca30e1cfc18c2888c0 (commit)
- Log -----------------------------------------------------------------
commit c03dc6427cb8d15ddce735b5e5beef606bdea51d
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)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/ssl.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index f3604bb..63b47ba 100644
--- a/doc/man7/ssl.pod
+++ b/doc/man7/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