Make sure we get the definition of OPENSSL_NO_MD4.
[openssl.git] / crypto / evp / m_dss.c
index f50b35b07239c0e0427302c127d4f843e601e7e8..beb8d7fc5c934b36ac26062a789e544bd3b82a6b 100644 (file)
@@ -82,6 +82,7 @@ static const EVP_MD dsa_md=
        update,
        final,
        NULL,
+       NULL,
        EVP_PKEY_DSA_method,
        SHA_CBLOCK,
        sizeof(EVP_MD *)+sizeof(SHA_CTX),