mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
remove random
This commit is contained in:
parent
ff74d56741
commit
c9b3dd32d1
2 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include "printf.h"
|
#include "printf.h"
|
||||||
|
|
||||||
#include "parity.h"
|
#include "parity.h"
|
||||||
#include "random.h"
|
|
||||||
|
|
||||||
#endif /* __HF_BOG_H */
|
#endif /* __HF_BOG_H */
|
||||||
|
|
|
@ -27,7 +27,6 @@ extern "C" {
|
||||||
#include "crapto1/crapto1.h"
|
#include "crapto1/crapto1.h"
|
||||||
#include "mifareutil.h"
|
#include "mifareutil.h"
|
||||||
#include "parity.h"
|
#include "parity.h"
|
||||||
#include "random.h"
|
|
||||||
#include "mifare.h" // structs
|
#include "mifare.h" // structs
|
||||||
|
|
||||||
// When the PM acts as tag and is receiving it takes
|
// When the PM acts as tag and is receiving it takes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue