Version negotiation rewrite doc updates
[openssl.git] / doc / ssl / SSL_clear.pod
index ba192bd518aebed9e3a4089be7b5cab49ef6371d..1b9ea1f4fcfbdf7fc494dd47884c431ef561d091 100644 (file)
@@ -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.