mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix compiler errors
This commit is contained in:
+3
-3
@@ -636,9 +636,9 @@ void SimulateSeos(seos_emulate_req_t *msg) {
|
||||
|
||||
uint8_t *cryptogram = NULL;
|
||||
uint8_t *recvd_cmac = NULL;
|
||||
uint8_t cryptogram_length;
|
||||
uint8_t recvd_cmac_length;
|
||||
uint8_t recvd_cmac_offset;
|
||||
uint8_t cryptogram_length = 0;
|
||||
uint8_t recvd_cmac_length = 0;
|
||||
uint8_t recvd_cmac_offset = 0;
|
||||
|
||||
// Check all requested OIDs and see if we support any
|
||||
uint8_t tlv_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user