Memory saving patch.
[openssl.git] / doc / ssl / SSL_pending.pod
index b4c48598b25dcc08a04b6eb5d457c603f8a681fb..43f2874e8b6aee252bf1db30398f456620a52746 100644 (file)
@@ -8,7 +8,7 @@ SSL_pending - obtain number of readable bytes buffered in an SSL object
 
  #include <openssl/ssl.h>
 
- int SSL_pending(SSL *ssl);
+ int SSL_pending(const SSL *ssl);
 
 =head1 DESCRIPTION