mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-06 04:51:36 -07:00
Fix compilation under termux
This commit is contained in:
parent
67da1c8ca5
commit
f06c2fafbe
2 changed files with 8 additions and 8 deletions
|
@ -706,6 +706,10 @@ void combine_valid_left_right_states(vector<cs_t> *plcstates, vector<cs_t> *prcs
|
||||||
printf("but only " _GREEN_("%zu")" were valid!\n", pgc_candidates->size());
|
printf("but only " _GREEN_("%zu")" were valid!\n", pgc_candidates->size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
size_t pos;
|
size_t pos;
|
||||||
crypto_state_t ostate;
|
crypto_state_t ostate;
|
||||||
|
@ -855,7 +859,3 @@ int main(int argc, const char *argv[]) {
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -802,6 +802,10 @@ static void ice_compare(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
size_t pos;
|
size_t pos;
|
||||||
crypto_state_t ostate;
|
crypto_state_t ostate;
|
||||||
|
@ -969,7 +973,3 @@ int main(int argc, const char *argv[]) {
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue