Skip to content

Commit 099a98b

Browse files
committed
Some platforms need this, so can't remove it
1 parent cf04a2c commit 099a98b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/mbedtls/bignum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ __attribute__ ((noinline))
11011101
#endif
11021102
void mpi_mul_hlp( size_t i, mbedtls_mpi_uint *s, mbedtls_mpi_uint *d, mbedtls_mpi_uint b )
11031103
{
1104-
mbedtls_mpi_uint c = 0;
1104+
mbedtls_mpi_uint c = 0, t = 0;
11051105

11061106
#if defined(MULADDC_HUIT)
11071107
for( ; i >= 8; i -= 8 )

0 commit comments

Comments
 (0)