Fix build errors with --enable-scrypt.

This commit is contained in:
David Garske 2017-04-13 09:37:48 -07:00
parent 3ac35ce3b3
commit 4c6a70861b

View File

@ -2142,8 +2142,8 @@ void bench_cmac(void)
void bench_scrypt(void)
{
byte derived[64];
double start, total, each, milliEach;
int ret, i;
double start;
int ret, i, count;
bench_stats_start(&count, &start);
do {