summaryrefslogtreecommitdiff
path: root/doc/ssl/SSL_pending.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_pending.pod')
-rw-r--r--doc/ssl/SSL_pending.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_pending.pod b/doc/ssl/SSL_pending.pod
index b4c48598b2..43f2874e8b 100644
--- a/doc/ssl/SSL_pending.pod
+++ b/doc/ssl/SSL_pending.pod
@@ -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