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