mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
Fix compile issues for mfkey32 and mfkey64 after Pull Request #380
This commit is contained in:
parent
4efdfbe638
commit
d0067d0768
3 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "mifare.h"
|
||||
|
||||
extern bool mfkey32(nonces_t data, uint64_t *outputkey);
|
||||
extern bool mfkey32_moebius(nonces_t data, uint64_t *outputkey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue