From 8165260d7d9c752ac12400bece94d2c7d7eab1af Mon Sep 17 00:00:00 2001 From: Michal Rokos Date: Wed, 12 Jun 2002 18:47:38 +0000 Subject: ossl_digest_EVP_MD renamed to GetDigestPtr openssl_missing.c: fixup for HMAC_CTX_copy added TestCase for HMAC --- ossl_pkcs7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ossl_pkcs7.c') diff --git a/ossl_pkcs7.c b/ossl_pkcs7.c index bb16d60..677ee43 100644 --- a/ossl_pkcs7.c +++ b/ossl_pkcs7.c @@ -486,7 +486,7 @@ ossl_pkcs7si_initialize(VALUE self, VALUE cert, VALUE key, VALUE digest) pkey = GetPrivPKeyPtr(key); /* NO NEED TO DUP */ x509 = GetX509CertPtr(cert); /* NO NEED TO DUP */ - md = ossl_digest_get_EVP_MD(digest); + md = GetDigestPtr(digest); if (!(PKCS7_SIGNER_INFO_set(p7si, x509, pkey, md))) { ossl_raise(ePKCS7Error, ""); -- cgit v1.2.3