update docs (recent constification)
[openssl.git] / doc / ssl / SSL_get_error.pod
index fe28dd942aee80c1f8d3effb7909ae66f3076a6c..48c6b15db78f9448fb87d7f486d9e28033b0e316 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