Add a cleanup function for MDs.
[openssl.git] / crypto / evp / m_sha.c
index acb7a44c5ebe49cc2b93d4fd94fe9b5fced76fc7..10697c7ed38261444f1a8e6eb91e1f76d0b347a2 100644 (file)
@@ -82,6 +82,7 @@ static const EVP_MD sha_md=
        update,
        final,
        NULL,
+       NULL,
        EVP_PKEY_RSA_method,
        SHA_CBLOCK,
        sizeof(EVP_MD *)+sizeof(SHA_CTX),