Module Name: src
Committed By: martin
Date: Tue Jun 16 11:15:29 UTC 2009
Modified Files:
src/crypto/dist/openssl/crypto/evp: m_sha1.c
Log Message:
Actually use the new (non-shortcut) functions for SHA224
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/dist/openssl/crypto/evp/m_sha1.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/openssl/crypto/evp/m_sha1.c
diff -u src/crypto/dist/openssl/crypto/evp/m_sha1.c:1.2 src/crypto/dist/openssl/crypto/evp/m_sha1.c:1.3
--- src/crypto/dist/openssl/crypto/evp/m_sha1.c:1.2 Sun Jun 14 14:18:35 2009
+++ src/crypto/dist/openssl/crypto/evp/m_sha1.c Tue Jun 16 11:15:29 2009
@@ -120,8 +120,8 @@
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,