]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/loclass/cipher.c
fix hf iclass sim
[proxmark3-svn] / client / loclass / cipher.c
index 3b146b109b520fc05eec44c4d06aaffdfdee2205..03275a4f893cecd5a37d8e8603b7de7ef5d96442 100644 (file)
@@ -240,6 +240,7 @@ void doMAC(uint8_t *cc_nr_p, uint8_t *div_key_p, uint8_t mac[4])
        //free(cc_nr);
        return;
 }
+
 void doMAC_N(uint8_t *address_data_p, uint8_t address_data_size, uint8_t *div_key_p, uint8_t mac[4])
 {
        uint8_t *address_data;
Impressum, Datenschutz