summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_null.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_s_null.pod')
-rw-r--r--doc/crypto/BIO_s_null.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_null.pod b/doc/crypto/BIO_s_null.pod
index e5514f7238..00905ecbea 100644
--- a/doc/crypto/BIO_s_null.pod
+++ b/doc/crypto/BIO_s_null.pod
@@ -8,7 +8,7 @@ BIO_s_null - null data sink
#include <openssl/bio.h>
- BIO_METHOD * BIO_s_null(void);
+ const BIO_METHOD * BIO_s_null(void);
=head1 DESCRIPTION