summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_f_md.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/BIO_f_md.pod')
-rw-r--r--doc/crypto/BIO_f_md.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_f_md.pod b/doc/crypto/BIO_f_md.pod
index d9aec082f8..b0fe0143bd 100644
--- a/doc/crypto/BIO_f_md.pod
+++ b/doc/crypto/BIO_f_md.pod
@@ -9,7 +9,7 @@ BIO_f_md, BIO_set_md, BIO_get_md, BIO_get_md_ctx - message digest BIO filter
#include <openssl/bio.h>
#include <openssl/evp.h>
- BIO_METHOD * BIO_f_md(void);
+ const BIO_METHOD * BIO_f_md(void);
int BIO_set_md(BIO *b,EVP_MD *md);
int BIO_get_md(BIO *b,EVP_MD **mdp);
int BIO_get_md_ctx(BIO *b,EVP_MD_CTX **mdcp);