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;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
(void)useDevId;
|
||||||
|
|
||||||
bench_stats_start(&count, &start);
|
bench_stats_start(&count, &start);
|
||||||
do {
|
do {
|
||||||
|
Reference in New Issue
Block a user