mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 20:14:20 +08:00
apps/speed.c: initialize c[D_GHASH][i].
RT#4230 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
e634b448c3
commit
6d9843e7f5
@ -1071,6 +1071,7 @@ int speed_main(int argc, char **argv)
|
||||
c[D_SHA256][i] = c[D_SHA256][0] * 4 * l0 / l1;
|
||||
c[D_SHA512][i] = c[D_SHA512][0] * 4 * l0 / l1;
|
||||
c[D_WHIRLPOOL][i] = c[D_WHIRLPOOL][0] * 4 * l0 / l1;
|
||||
c[D_GHASH][i] = c[D_GHASH][0] * 4 * l0 / l1;
|
||||
|
||||
l0 = (long)lengths[i - 1];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user