Fix some minor documentation issues
[openssl.git] / doc / ssl / SSL_new.pod
index 25300e978f026e64845ed1d1d43629f9fb77989f..f0774a57ae18ce2ef5a0075632f015102d9729d8 100644 (file)
@@ -14,7 +14,7 @@ SSL_new - create a new SSL structure for a connection
 
 SSL_new() creates a new B<SSL> structure which is needed to hold the
 data for a TLS/SSL connection. The new structure inherits the settings
-of the underlying context B<ctx>: connection method (SSLv2/v3/TLSv1),
+of the underlying context B<ctx>: connection method,
 options, verification settings, timeout settings.
 
 =head1 RETURN VALUES