summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_get_default_timeout.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_get_default_timeout.pod')
-rw-r--r--doc/ssl/SSL_get_default_timeout.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_get_default_timeout.pod b/doc/ssl/SSL_get_default_timeout.pod
index a648a9b82d..3a067fe892 100644
--- a/doc/ssl/SSL_get_default_timeout.pod
+++ b/doc/ssl/SSL_get_default_timeout.pod
@@ -24,7 +24,7 @@ L<SSL_CTX_set_timeout(3)|SSL_CTX_set_timeout(3)>, the hardcoded default
timeout for the protocol will be used.
SSL_get_default_timeout() return this hardcoded value, which is 300 seconds
-for all currently supported protocols (SSLv2, SSLv3, and TLSv1).
+for all currently supported protocols.
=head1 RETURN VALUES