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 #ifdef HAVE_FIPS
const int benchSz = AES_BLOCK_SIZE; const int benchSz = AES_BLOCK_SIZE;
#else #else
const int benchSz = (const int)bench_size; const int benchSz = (int)bench_size;
#endif #endif
/* clear for done cleanup */ /* clear for done cleanup */