From: mdw Date: Thu, 22 Jun 2000 19:04:19 +0000 (+0000) Subject: More new functions to be added. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/338b4cd34fb406b778f0d738867f6ed9e5d4c093 More new functions to be added. --- diff --git a/Makefile.m4 b/Makefile.m4 index 63c7f35..bf65944 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.28 2000/06/18 23:31:18 mdw Exp $ +## $Id: Makefile.m4,v 1.29 2000/06/22 19:04:19 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.29 2000/06/22 19:04:19 mdw +## More new functions to be added. +## ## Revision 1.28 2000/06/18 23:31:18 mdw ## Rearrange build order to ensure that `mptypes.h' exists by the time it's ## needed. @@ -236,7 +239,7 @@ libcatacomb_la_SOURCES = \ lcrand.c fibrand.c \ mpx.c mpx-kmul.c mpx-ksqr.c mpx-kmac.h mpscan.c mparena.c \ mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \ - mp-gcd.c mp-jacobi.c \ + mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c \ mpint.c \ mptext.c mptext-file.c mptext-string.c mptext-dstr.c \ mpbarrett.c mpmont.c mpmont-mexp.c \ @@ -368,6 +371,7 @@ CTESTRIG(mpx-ksqr) CTESTRIG(mp-arith) CTESTRIG(mp-gcd) CTESTRIG(mp-jacobi) +CTESTRIG(mp-modsqrt) CTESTRIG(mptext) CTESTRIG(mpint) CTESTRIG(mpbarrett)