summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_new.pod')
-rw-r--r--doc/ssl/SSL_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_new.pod b/doc/ssl/SSL_new.pod
index 25300e978f..f0774a57ae 100644
--- a/doc/ssl/SSL_new.pod
+++ b/doc/ssl/SSL_new.pod
@@ -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