X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/8ef2f81dfbf105ae89082a340ac56f46368387f0..1ba83484ee5bb486da9aa958576de4bc29ef0c1d:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 15bf6bb..c6885f1 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-m4-*- ## -## $Id: Makefile.m4,v 1.73 2004/03/27 18:38:00 mdw Exp $ +## $Id: Makefile.m4,v 1.74 2004/03/28 01:58:47 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.74 2004/03/28 01:58:47 mdw +## Generate, store and retreive elliptic curve keys. +## ## Revision 1.73 2004/03/27 18:38:00 mdw ## Fix distribution. ## @@ -371,7 +374,7 @@ pkginclude_HEADERS = \ oaep.h pkcs1.h pss.h tlsprf.h sslprf.h \ gfshare.h share.h \ rho.h \ - field.h ec.h ec-exp.h ec-test.h \ + field.h ec.h ec-exp.h ec-test.h ectab.h ec-keys.h \ allwithsuffix(`ciphers', `cipher_modes', `.h') \ allwithsuffix(`hashes', `hash_modes', `.h') \ addsuffix(`cipher_modes', `-def.h') \ @@ -396,7 +399,8 @@ define(`GF_SOURCES', define(`EC_SOURCES', `field.c field-parse.c f-prime.c f-niceprime.c f-binpoly.c \ - ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c ectab.h') + ec.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c \ + ec-fetch.c') define(`PGEN_SOURCES', `pfilt.c rabin.c \