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