- Changed back statement

This commit is contained in:
Paul Bakker 2012-01-22 20:37:32 +00:00
parent e88186d2ff
commit 17caec12af

View file

@ -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;