Fix compiler errors

This commit is contained in:
Aaron Tulino (Aaronjamt)
2025-12-22 14:08:54 -07:00
parent 1c0eea2985
commit 262e5d900c
+3 -3
View File
@@ -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;