提交 9695f6de 编写于 作者: P Pauli

apps: fix AES CBC performance loop

Reviewed-by: NTomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14778)
上级 e6c2f964
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册