summaryrefslogtreecommitdiffstats
path: root/crypto/evp/m_null.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_null.c
parent7d344704581d9b392613fddf0fc9a8025369475e (diff)
Add a cleanup function for MDs.
Diffstat (limited to 'crypto/evp/m_null.c')
-rw-r--r--crypto/evp/m_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c
index fa3a0301d9..f6f0a1d2c0 100644
--- a/crypto/evp/m_null.c
+++ b/crypto/evp/m_null.c
@@ -81,6 +81,7 @@ static const EVP_MD null_md=
update,
final,
NULL,
+ NULL,
EVP_PKEY_NULL_method,
0,
sizeof(EVP_MD *),