Fix build errors with --enable-scrypt.
This commit is contained in:
parent
3ac35ce3b3
commit
4c6a70861b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user