diff options
author | Ben Laurie <ben@openssl.org> | 2001-09-07 14:03:24 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2001-09-07 14:03:24 +0200 |
commit | e8330cf5ac62d693bd0921dbb5e9dd3f73019512 (patch) | |
tree | 6c16bebed706a18dfc43678171608121e8cc050d /crypto/evp/m_mdc2.c | |
parent | Look up MD5 by name. (diff) | |
download | openssl-e8330cf5ac62d693bd0921dbb5e9dd3f73019512.tar.xz openssl-e8330cf5ac62d693bd0921dbb5e9dd3f73019512.zip |
Add a cleanup function for MDs.
Diffstat (limited to 'crypto/evp/m_mdc2.c')
-rw-r--r-- | crypto/evp/m_mdc2.c | 1 |
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), |