From: Mark Wooding Date: Tue, 16 Jan 2007 21:50:40 +0000 (+0000) Subject: pgroups: Ship a keyring file containing the custom prime groups. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/d7f3f07d10ea7421546462f4d71c1f7455115d16 pgroups: Ship a keyring file containing the custom prime groups. This is largely as a useful reference for the benefit of, oh, say the TrIPE RFC document. --- diff --git a/.gitignore b/.gitignore index c2cba43..00edf95 100644 --- a/.gitignore +++ b/.gitignore @@ -315,3 +315,5 @@ compile debug prof tinymp +*.kr +*.kr.old diff --git a/Makefile.m4 b/Makefile.m4 index 0025dc6..a1a6730 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -334,13 +334,20 @@ man_MANS = \ key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 mkphrase.1 \ keyring.5 pixie.1 +## --- Prime group keyring --- + +pkgdata_DATA = pgroups.kr + +$(srcdir)/pgroups.kr: ptab.in mkpgroups + cd $(srcdir) && rm -f pgroups.kr && ./mkpgroups