summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_clear.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_clear.pod')
-rw-r--r--doc/ssl/SSL_clear.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_clear.pod b/doc/ssl/SSL_clear.pod
index ba192bd518..1b9ea1f4fc 100644
--- a/doc/ssl/SSL_clear.pod
+++ b/doc/ssl/SSL_clear.pod
@@ -30,7 +30,7 @@ settings corresponding. This explicitly means, that e.g. the special method
used during the session will be kept for the next handshake. So if the
session was a TLSv1 session, a SSL client object will use a TLSv1 client
method for the next handshake and a SSL server object will use a TLSv1
-server method, even if SSLv23_*_methods were chosen on startup. This
+server method, even if TLS_*_methods were chosen on startup. This
will might lead to connection failures (see L<SSL_new(3)|SSL_new(3)>)
for a description of the method's properties.