mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for g++
This commit is contained in:
@ -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 */
|
||||||
|
Reference in New Issue
Block a user