X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/3688eb757240b2332f67ec827be8caf6f6abe924..f4535c6454395e6d56ce0091a07b6d4f7d54a47f:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 9753dc3..b269aee 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -156,9 +156,9 @@ pkginclude_HEADERS = \ lcrand.h fibrand.h rc4.h seal.h rand.h noise.h fipstest.h maurer.h \ key.h key-data.h passphrase.h pixie.h lmem.h \ mpx.h bitops.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \ - exp.h mpbarrett.h mpmont.h mpreduce.h \ + exp.h mpbarrett.h mpmont.h mpreduce.h mp-exp.h \ mpcrt.h mprand.h mpmul.h \ - gfx.h gf.h gfreduce.h gfn.h \ + gfx.h gf.h gfreduce.h gfn.h gf-exp.h \ primetab.h pfilt.h rabin.h \ pgen.h prim.h strongprime.h limlee.h keycheck.h \ bbs.h rsa.h dh.h dsarand.h dsa.h gdsa.h gkcdsa.h \ @@ -167,7 +167,7 @@ pkginclude_HEADERS = \ rho.h \ field.h field-guts.h \ ec.h ec-guts.h ec-exp.h ec-test.h ectab.h ec-keys.h ec-raw.h \ - ptab.h group.h group-guts.h \ + ptab.h bintab.h group.h group-guts.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ allwithsuffix(`hashes', `hash_modes', `.h') \ addsuffix(`cipher_modes', `-def.h') \ @@ -176,7 +176,7 @@ pkginclude_HEADERS = \ define(`MP_SOURCES', `mpx.c mpx-kmul.c mpx-ksqr.c mpscan.c mparena.c qdparse.c \ mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \ - mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c \ + mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c mp-exp.c \ mpint.c mptext.c mptext-file.c mptext-string.c mptext-dstr.c \ mptext-len.c \ exp.c mpcrt.c mpmul.c mprand.c \ @@ -190,7 +190,7 @@ define(`MP_SOURCES', GF_SOURCES PGEN_SOURCES EC_SOURCES') define(`GF_SOURCES', - `gfx.c gfx-kmul.c gfx-sqr.c gf-arith.c gf-gcd.c \ + `gfx.c gfx-kmul.c gfx-sqr.c gf-arith.c gf-exp.c gf-gcd.c \ gfreduce.c gfreduce-exp.h gfn.c') define(`EC_SOURCES',