Fix for g++

This commit is contained in:
Lealem Amedie
2023-11-17 16:44:24 -07:00
parent a95a7c7e08
commit 64b98981de

View File

@ -4368,7 +4368,7 @@ static void bench_aesecb_internal(int useDeviceID,
#ifdef HAVE_FIPS
const int benchSz = AES_BLOCK_SIZE;
#else
const int benchSz = (const int)bench_size;
const int benchSz = (int)bench_size;
#endif
/* clear for done cleanup */