Initialize any_failed

oops
main
Kyle Altendorf 2019-09-22 10:49:18 -04:00
parent b0fa69bb88
commit aa48eeb883
1 changed files with 1 additions and 1 deletions

2
test.c
View File

@ -47,7 +47,7 @@ size_t lengths[4] = {8, 16, 4, 8};
int siphash_test() {
uint8_t in[64], out[16], k[16];
int i;
bool any_failed;
bool any_failed = false;
#ifndef GETVECTORS
int fails = 0;
#endif