forked from wolfSSL/wolfssl
Fix build errors with --enable-scrypt.
This commit is contained in:
@ -2142,8 +2142,8 @@ void bench_cmac(void)
|
|||||||
void bench_scrypt(void)
|
void bench_scrypt(void)
|
||||||
{
|
{
|
||||||
byte derived[64];
|
byte derived[64];
|
||||||
double start, total, each, milliEach;
|
double start;
|
||||||
int ret, i;
|
int ret, i, count;
|
||||||
|
|
||||||
bench_stats_start(&count, &start);
|
bench_stats_start(&count, &start);
|
||||||
do {
|
do {
|
||||||
|
Reference in New Issue
Block a user