diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index bd3d387736..55ba279725 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -4843,7 +4843,7 @@ void bench_gmac(int useDeviceID) #endif #if defined(WOLFSSL_DEVCRYPTO) if (ret != 0 && (bench_size > sysconf(_SC_PAGESIZE))) { - printf("authIn Buffer Size[%d] greater than System Page Size[%d]\n", + printf("authIn Buffer Size[%d] greater than System Page Size[%ld]\n", bench_size, sysconf(_SC_PAGESIZE)); } bench_size = BENCH_SIZE;