Fix compilation under termux

This commit is contained in:
Jean-Michel Picod
2025-06-16 11:52:08 +02:00
parent 67da1c8ca5
commit f06c2fafbe
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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