mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
GCC 3.4.6 gets confused on this file and produces bogus warning.
Shut it up.
This commit is contained in:
parent
f2d5255ddd
commit
bcbd3d69bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161661
@ -750,7 +750,7 @@ void SHA512_Transform(SHA512_CTX* context, const sha2_word64* data) {
|
||||
|
||||
void SHA512_Transform(SHA512_CTX* context, const sha2_word64* data) {
|
||||
sha2_word64 a, b, c, d, e, f, g, h, s0, s1;
|
||||
sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer;
|
||||
sha2_word64 T1, T2 = 0, *W512 = (sha2_word64*)context->buffer;
|
||||
int j;
|
||||
|
||||
/* Initialize registers with the prev. intermediate value */
|
||||
|
Loading…
Reference in New Issue
Block a user