From 8ef0c733529192159b3af4d5cbb4f347a8275e49 Mon Sep 17 00:00:00 2001 From: mdw Date: Thu, 1 Apr 2004 12:59:40 +0000 Subject: [PATCH] Ooops! qdparse needs mp headers. --- Makefile.m4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.m4 b/Makefile.m4 index 12c4dd0..7adc8d8 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.75 2004/04/01 12:50:09 mdw Exp $ +## $Id: Makefile.m4,v 1.76 2004/04/01 12:59:40 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.76 2004/04/01 12:59:40 mdw +## Ooops! qdparse needs mp headers. +## ## Revision 1.75 2004/04/01 12:50:09 mdw ## Add cyclic group abstraction, with test code. Separate off exponentation ## functions for better static linking. Fix a buttload of bugs on the way. @@ -394,7 +397,7 @@ pkginclude_HEADERS = \ addsuffix(`hash_modes', `-def.h') crc32.h define(`MP_SOURCES', - `mpx.c mpx-kmul.c mpx-ksqr.c mpscan.c mparena.c \ + `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 \ mpint.c mptext.c mptext-file.c mptext-string.c mptext-dstr.c \ @@ -434,7 +437,7 @@ define(`PGEN_SOURCES', libcatacomb_la_SOURCES = \ grand.c keysz.c \ lcrand.c fibrand.c rc4.c seal.c rand.c noise.c fipstest.c maurer.c \ - arena.c qdparse.c \ + arena.c \ passphrase.c pixie-client.c pixie-common.c lmem.c \ oaep.c pkcs1.c pss.c tlsprf.c sslprf.c \ gfshare.c \ -- 2.11.0