From d9f38cbee88fdbb06d8577496062918da39fdeab Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 5 Sep 2003 09:08:40 +0000 Subject: * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. * ext/openssl/ossl_digest.c: add ossl_digest_new(). * ext/openssl/ossl_digest.h: ditto. * ext/openssl/ossl_cipher.c: add ossl_cipher_new(). * ext/openssl/ossl_cipher.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_digest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/openssl/ossl_digest.h') 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_ */ -- cgit v1.2.3