mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix warning on termux
This commit is contained in:
@@ -1442,6 +1442,7 @@ __attribute__((noinline))
|
||||
#endif
|
||||
void mpi_mul_hlp(size_t i, mbedtls_mpi_uint *s, mbedtls_mpi_uint *d, mbedtls_mpi_uint b) {
|
||||
mbedtls_mpi_uint c = 0, t = 0;
|
||||
(void)t;
|
||||
|
||||
#if defined(MULADDC_HUIT)
|
||||
for (; i >= 8; i -= 8) {
|
||||
|
||||
Reference in New Issue
Block a user