Internalize hc_EVP_MD_CTX.

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

View File

@@ -155,12 +155,6 @@ struct hc_CIPHER_CTX {
unsigned char final[EVP_MAX_BLOCK_LENGTH];
};
struct hc_EVP_MD_CTX {
const EVP_MD *md;
ENGINE *engine;
void *ptr;
};
#ifdef __cplusplus
extern "C" {
#endif