diff options
Diffstat (limited to 'ext/openssl/ossl_digest.h')
-rw-r--r-- | ext/openssl/ossl_digest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_digest.h b/ext/openssl/ossl_digest.h index 5aa1c42f05..8a1f7964f2 100644 --- a/ext/openssl/ossl_digest.h +++ b/ext/openssl/ossl_digest.h @@ -16,6 +16,7 @@ extern VALUE cDigest; extern VALUE eDigestError; const EVP_MD *GetDigestPtr(VALUE); +VALUE ossl_digest_new(const EVP_MD *); void Init_ossl_digest(void); #endif /* _OSSL_DIGEST_H_ */ |