From 17caec12afee9bbe8189baad4fd0c687fe4b5463 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 22 Jan 2012 20:37:32 +0000
Subject: [PATCH] - Changed back statement
---
library/bignum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/library/bignum.c b/library/bignum.c
index 162b3f0ab..9dff9914d 100644
--- a/library/bignum.c
+++ b/library/bignum.c
@@ -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;