Remove SSLv2 support
[openssl.git] / doc / ssl / SSL_get_default_timeout.pod
index a648a9b82df606592f4eaf04a92d9ad1eae35f80..3a067fe892fc681b96f8b81aef891bbcec86bcad 100644 (file)
@@ -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