Remove call to printf in ecl/ecp_224.c Bug 334448. r=wtchang

This commit is contained in:
nelson%bolyard.com 2006-04-24 21:27:38 +00:00
parent 62fd40b6c4
commit dbe80e7489

View File

@ -155,9 +155,6 @@ ec_GFp_nistp224_mod(const mp_int *a, mp_int *r, const GFMethod *meth)
MP_SUB_BORROW(r3a, 0, r3a, carry, carry);
tmp -= carry;
}
if (tmp < 0) {
printf("gone from pos to neg\n");
}
r3b = tmp;
}