summaryrefslogtreecommitdiff
path: root/crypto/evp/m_md5.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_md5.c
parent7d344704581d9b392613fddf0fc9a8025369475e (diff)
downloadopenssl-new-e8330cf5ac62d693bd0921dbb5e9dd3f73019512.tar.gz
Add a cleanup function for MDs.
Diffstat (limited to 'crypto/evp/m_md5.c')
-rw-r--r--crypto/evp/m_md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index 69ec8aa027..b00a03e048 100644
--- a/crypto/evp/m_md5.c
+++ b/crypto/evp/m_md5.c
@@ -83,6 +83,7 @@ static const EVP_MD md5_md=
update,
final,
NULL,
+ NULL,
EVP_PKEY_RSA_method,
MD5_CBLOCK,
sizeof(EVP_MD *)+sizeof(MD5_CTX),