Skip to content

Commit 64b9898

Browse files
author
Lealem Amedie
committed
Fix for g++
1 parent a95a7c7 commit 64b9898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4368,7 +4368,7 @@ static void bench_aesecb_internal(int useDeviceID,
43684368
#ifdef HAVE_FIPS
43694369
const int benchSz = AES_BLOCK_SIZE;
43704370
#else
4371-
const int benchSz = (const int)bench_size;
4371+
const int benchSz = (int)bench_size;
43724372
#endif
43734373

43744374
/* clear for done cleanup */

0 commit comments

Comments
 (0)