mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
apps: fix AES CBC performance loop
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14778)
This commit is contained in:
parent
e6c2f96489
commit
9695f6de15
@ -2088,7 +2088,7 @@ int speed_main(int argc, char **argv)
|
||||
if (doit[algindex]) {
|
||||
int st = 1;
|
||||
|
||||
keylen = 16 + i * 8;
|
||||
keylen = 16 + k * 8;
|
||||
for (i = 0; st && i < loopargs_len; i++) {
|
||||
loopargs[i].ctx = init_evp_cipher_ctx(names[algindex],
|
||||
key32, keylen);
|
||||
|
Loading…
Reference in New Issue
Block a user