make update
[openssl.git] / crypto / evp / m_sha1.c
index ea54adad5b927ab63af81b6ef6bbfc73fbf68d79..d6be3502f0a2b0aa7012258a3f484533140fdb8a 100644 (file)
@@ -82,6 +82,7 @@ static const EVP_MD sha1_md=
        update,
        final,
        NULL,
+       NULL,
        EVP_PKEY_RSA_method,
        SHA_CBLOCK,
        sizeof(EVP_MD *)+sizeof(SHA_CTX),