Actually use the new (non-shortcut) functions for SHA224

This commit is contained in:
martin 2009-06-16 11:15:29 +00:00
parent 18130206e3
commit 14c9b3749d

View File

@ -120,8 +120,8 @@ static const EVP_MD sha224_md=
SHA224_DIGEST_LENGTH,
EVP_MD_FLAG_PKEY_METHOD_SIGNATURE|EVP_MD_FLAG_DIGALGID_ABSENT,
init224,
update256,
final256,
update224,
final224,
NULL,
NULL,
EVP_PKEY_RSA_method,