Internalize hc_EVP_MD_CTX.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23138 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-29 05:46:52 +00:00
parent 8b0ed53ae4
commit d87f2f7ea9

View File

@@ -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.
*