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_md2.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_md2.c')
-rw-r--r-- | crypto/evp/m_md2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c index 8f95541c6a..50914c83b3 100644 --- a/crypto/evp/m_md2.c +++ b/crypto/evp/m_md2.c @@ -83,6 +83,7 @@ static const EVP_MD md2_md= update, final, NULL, + NULL, EVP_PKEY_RSA_method, MD2_BLOCK, sizeof(EVP_MD *)+sizeof(MD2_CTX), |