From d87f2f7ea9ba9d0ea6f6c6cbb8340d1727bdb056 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 29 Apr 2008 05:46:52 +0000 Subject: [PATCH] Internalize hc_EVP_MD_CTX. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23138 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hcrypto/evp.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/hcrypto/evp.c b/lib/hcrypto/evp.c index 99933ccae..c7fde43dd 100644 --- a/lib/hcrypto/evp.c +++ b/lib/hcrypto/evp.c @@ -79,6 +79,13 @@ struct hc_evp_md { evp_md_cleanup cleanup; }; +struct hc_EVP_MD_CTX { + const EVP_MD *md; + ENGINE *engine; + void *ptr; +}; + + /** * Return the output size of the message digest function. * -- 2.11.4.GIT