summaryrefslogtreecommitdiffstats
path: root/perl/openssl_digest.xs
diff options
context:
space:
mode:
Diffstat (limited to 'perl/openssl_digest.xs')
-rw-r--r--perl/openssl_digest.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/openssl_digest.xs b/perl/openssl_digest.xs
index e4bc29ea89..6cd3018e9f 100644
--- a/perl/openssl_digest.xs
+++ b/perl/openssl_digest.xs
@@ -23,7 +23,7 @@ void
p5_EVP_MD_new(...)
PREINIT:
EVP_MD_CTX *ctx;
- EVP_MD *md;
+ const EVP_MD *md;
char *name;
PPCODE:
if ((items == 1) && SvPOK(ST(0)))