fix warning for builds using cmac and not devID

This commit is contained in:
JacobBarthelmeh
2022-12-14 15:38:08 -08:00
parent 89c993eff3
commit 8924487f27

View File

@ -5219,6 +5219,7 @@ static void bench_cmac_helper(int keySz, const char* outMsg, int useDevId)
return; return;
} }
#endif #endif
(void)useDevId;
bench_stats_start(&count, &start); bench_stats_start(&count, &start);
do { do {