aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/ossl_digest.h')
-rw-r--r--ext/openssl/ossl_digest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_digest.h b/ext/openssl/ossl_digest.h
index 512f7d3a39..50bf5666a3 100644
--- a/ext/openssl/ossl_digest.h
+++ b/ext/openssl/ossl_digest.h
@@ -13,7 +13,7 @@
extern VALUE cDigest;
extern VALUE eDigestError;
-const EVP_MD *GetDigestPtr(VALUE);
+const EVP_MD *ossl_evp_get_digestbyname(VALUE);
VALUE ossl_digest_new(const EVP_MD *);
void Init_ossl_digest(void);