Skip to content

Commit

Permalink
Changing type to long int for printf
Browse files Browse the repository at this point in the history
  • Loading branch information
msi-debian authored and msi-debian committed Nov 25, 2024
1 parent eebd121 commit 7dc7887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/benchmark/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7dc7887

Please sign in to comment.