Actually use the new (non-shortcut) functions for SHA224
This commit is contained in:
parent
18130206e3
commit
14c9b3749d
4
crypto/dist/openssl/crypto/evp/m_sha1.c
vendored
4
crypto/dist/openssl/crypto/evp/m_sha1.c
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user