projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: test_t55x7_psk.lua now correctly handles bitrate/modulation/clockrate combina...
[proxmark3-svn]
/
client
/
loclass
/
main.c
diff --git
a/client/loclass/main.c
b/client/loclass/main.c
index 50671a19220d81f9a54b647bce613d85c158e6f3..d1b0359b3c2702921a183118c8dd7516afbf1fea 100644
(file)
--- a/
client/loclass/main.c
+++ b/
client/loclass/main.c
@@
-38,7
+38,6
@@
#include <stdio.h>
#include <stdio.h>
-#include <cipherutils.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
@@
-56,11
+55,15
@@
int unitTests()
errors += testMAC();
errors += doKeyTests(0);
errors += testElite();
errors += testMAC();
errors += doKeyTests(0);
errors += testElite();
+ if(errors)
+ {
+ prnlog("OBS! There were errors!!!");
+ }
return errors;
}
int showHelp()
{
return errors;
}
int showHelp()
{
-
prnlog("Usage: iclazz
[options]");
+
prnlog("Usage: loclass
[options]");
prnlog("Options:");
prnlog("-t Perform self-test");
prnlog("-h Show this help");
prnlog("Options:");
prnlog("-t Perform self-test");
prnlog("-h Show this help");
Impressum
,
Datenschutz