summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_mdc2.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-09-07 12:03:24 +0000
committerBen Laurie <ben@openssl.org>2001-09-07 12:03:24 +0000
commite8330cf5ac62d693bd0921dbb5e9dd3f73019512 (patch)
tree6c16bebed706a18dfc43678171608121e8cc050d /crypto/evp/m_mdc2.c
parent7d344704581d9b392613fddf0fc9a8025369475e (diff)
Add a cleanup function for MDs.
Diffstat (limited to 'crypto/evp/m_mdc2.c')
-rw-r--r--crypto/evp/m_mdc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index d36a6e30b9..9f6467c931 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -83,6 +83,7 @@ static const EVP_MD mdc2_md=
update,
final,
NULL,
+ NULL,
EVP_PKEY_RSA_ASN1_OCTET_STRING_method,
MDC2_BLOCK,
sizeof(EVP_MD *)+sizeof(MDC2_CTX),