summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-03-03 11:37:07 -0500
committerRich Salz <rsalz@openssl.org>2018-03-03 11:37:07 -0500
commitc03dc6427cb8d15ddce735b5e5beef606bdea51d (patch)
treeb5d530ab181d73fbe68881e8f492f764921e336a /doc/man7
parent21c03ee534ffa78ac44325ca30e1cfc18c2888c0 (diff)
Fixed a typo in a man page
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5498)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/ssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index f3604bb18c..63b47baa16 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