mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Changed back statement
This commit is contained in:
parent
e88186d2ff
commit
17caec12af
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ int mpi_div_mpi( mpi *Q, mpi *R, const mpi *A, const mpi *B )
|
|||
Z.p[i - t - 1] = ~0;
|
||||
else
|
||||
{
|
||||
#if defined(t_udbl)
|
||||
#if defined(POLARSSL_HAVE_LONGLONG)
|
||||
t_udbl r;
|
||||
|
||||
r = (t_udbl) X.p[i] << biL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue