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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user