mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-14 16:15:07 +00:00
Fix compilation under termux
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, const char *argv[]) {
|
||||
size_t pos;
|
||||
crypto_state_t ostate;
|
||||
@@ -855,7 +859,3 @@ int main(int argc, const char *argv[]) {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -802,6 +802,10 @@ static void ice_compare(
|
||||
return;
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(int argc, const char *argv[]) {
|
||||
size_t pos;
|
||||
crypto_state_t ostate;
|
||||
@@ -969,7 +973,3 @@ int main(int argc, const char *argv[]) {
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user