canokeys / canokey-core

Core implementations of an open-source secure key
https://canokeys.org/
Apache License 2.0
324 stars 37 forks source link

Fix expected expression before ';' token #44

Closed ZenithalHourlyRate closed 2 years ago

ZenithalHourlyRate commented 2 years ago

This happens when Werror, e.g.

canokey-core/applets/oath/oath.c:329:5: error: expected expression before ';' token
DBG_MSG("challenge_len=%u %hhu %hhu\n", challenge_len, record->challenge[7], challenge[7]);