X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/bba24c1d073873d99fd56ef038e9306bdfafe8cc..b3f050848e5d285c2a1d7f8a4bea98984c201805:/rabin.h diff --git a/rabin.h b/rabin.h index ed08aeb..a161fa9 100644 --- a/rabin.h +++ b/rabin.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rabin.h,v 1.1 1999/11/19 13:17:57 mdw Exp $ + * $Id: rabin.h,v 1.2 1999/12/10 23:29:48 mdw Exp $ * * Miller-Rabin primality test * @@ -30,13 +30,16 @@ /*----- Revision history --------------------------------------------------* * * $Log: rabin.h,v $ + * Revision 1.2 1999/12/10 23:29:48 mdw + * Change header file guard names. + * * Revision 1.1 1999/11/19 13:17:57 mdw * Prime number generator and tester. * */ -#ifndef RABIN_H -#define RABIN_H +#ifndef CATACOMB_RABIN_H +#define CATACOMB_RABIN_H #ifdef __cplusplus extern "C" { @@ -44,15 +47,15 @@ /*----- Header files ------------------------------------------------------*/ -#ifndef MP_H +#ifndef CATACOMB_MP_H # include "mp.h" #endif -#ifndef MPMONT_H +#ifndef CATACOMB_MPMONT_H # include "mpmont.h" #endif -#ifndef PGEN_H +#ifndef CATACOMB_PGEN_H # include "pgen.h" #endif