forked from wolfSSL/wolfssl
fix warning for builds using cmac and not devID
This commit is contained in:
@ -5219,6 +5219,7 @@ static void bench_cmac_helper(int keySz, const char* outMsg, int useDevId)
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
(void)useDevId;
|
||||
|
||||
bench_stats_start(&count, &start);
|
||||
do {
|
||||
|
Reference in New Issue
Block a user