diff --git a/src/modules/Gmp/next_prime.c b/src/modules/Gmp/next_prime.c index 8109a2c2eead6bb0210a315a70166f0ba9c55733..533138882913a1c3059f6f7d4fea18fd3aef6d12 100644 --- a/src/modules/Gmp/next_prime.c +++ b/src/modules/Gmp/next_prime.c @@ -1,4 +1,4 @@ -/* $Id: next_prime.c,v 1.7 1998/07/11 16:08:07 grubba Exp $ +/* $Id: next_prime.c,v 1.8 1998/07/11 16:24:00 grubba Exp $ * * Prime number test using trial division for small primes and then * Miller-Rabin, as suggested in Schneier's Applied Cryptography. @@ -9,7 +9,7 @@ #include "global.h" -RCSID("$Id: next_prime.c,v 1.7 1998/07/11 16:08:07 grubba Exp $"); +RCSID("$Id: next_prime.c,v 1.8 1998/07/11 16:24:00 grubba Exp $"); #include "gmp_machine.h" @@ -23,8 +23,6 @@ RCSID("$Id: next_prime.c,v 1.7 1998/07/11 16:08:07 grubba Exp $"); #if defined(USE_GMP) || defined(USE_GMP2) -#if defined(USE_GMP) || defined(USE_GMP2) - #include <limits.h> #ifdef USE_GMP2