Fix jenkins warning with possible uninitialized 'ret'.
This commit is contained in:
parent
b4aaeb5768
commit
a9c943d5bd
@ -1658,7 +1658,7 @@ void bench_chacha(void)
|
||||
void bench_chacha20_poly1305_aead(void)
|
||||
{
|
||||
double start;
|
||||
int ret, i, count;
|
||||
int ret = 0, i, count;
|
||||
|
||||
byte authTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE];
|
||||
XMEMSET(authTag, 0, sizeof(authTag));
|
||||
|
Loading…
x
Reference in New Issue
Block a user