From 4c6a70861bdeca87489f9de24c1c0090b6844d01 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 13 Apr 2017 09:37:48 -0700 Subject: [PATCH] Fix build errors with --enable-scrypt. --- wolfcrypt/benchmark/benchmark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index 9e7b41ecf..12110f15d 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -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 {