X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/strongprime.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/strongprime.c diff --git a/strongprime.c b/math/strongprime.c similarity index 98% rename from strongprime.c rename to math/strongprime.c index 866533d7..6acac174 100644 --- a/strongprime.c +++ b/math/strongprime.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: strongprime.c,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Generate `strong' prime numbers * @@ -32,7 +30,6 @@ #include #include "grand.h" -#include "rand.h" #include "mp.h" #include "mpmont.h" #include "mprand.h"