Remove some SSLv2 references
[openssl.git] / doc / ssl / SSL_get_error.pod
index fe28dd942aee80c1f8d3effb7909ae66f3076a6c..d52c27d8fe5938c297bd29b34209e05942b719c5 100644 (file)
@@ -8,7 +8,7 @@ SSL_get_error - obtain result code for TLS/SSL I/O operation
 
  #include <openssl/ssl.h>
 
- int SSL_get_error(SSL *ssl, int ret);
+ int SSL_get_error(const SSL *ssl, int ret);
 
 =head1 DESCRIPTION
 
@@ -105,10 +105,6 @@ OpenSSL error queue contains more information on the error.
 
 =head1 SEE ALSO
 
-L<ssl(3)|ssl(3)>, L<err(3)|err(3)>
-
-=head1 HISTORY
-
-SSL_get_error() was added in SSLeay 0.8.
+L<ssl(3)>, L<err(3)>
 
 =cut