From b7ccec567a0ccabbc9275a6a8bd3988ca024fe70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 11 Jul 1998 18:24:00 +0200 Subject: [PATCH] Fixed bug. Rev: src/modules/Gmp/next_prime.c:1.8 --- src/modules/Gmp/next_prime.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/Gmp/next_prime.c b/src/modules/Gmp/next_prime.c index 8109a2c2ee..5331388829 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 -- GitLab