]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Add qsieve and qsafe, two programs used for generating the moduli file.
authorelad <elad@NetBSD.org>
Thu, 19 Jan 2006 23:23:58 +0000 (23:23 +0000)
committerelad <elad@NetBSD.org>
Thu, 19 Jan 2006 23:23:58 +0000 (23:23 +0000)
commita6a17300f53e678a0a9bef768815fbdc40299806
tree7f0fba0f3d51987aca05728c3c7b15f0c71cfb14
parent9117ffa747e07c4209c5f3f152571da2652489b0
Add qsieve and qsafe, two programs used for generating the moduli file.

These were written by William Allen Simpson and submitted in PR 21983,
and are added with minor adjustments and nits from christos@ and myself.

Approved by christos@ and groo@.
moduli/Makefile [new file with mode: 0644]
moduli/Makefile.inc [new file with mode: 0644]
moduli/qsafe/Makefile [new file with mode: 0644]
moduli/qsafe/qsafe.c [new file with mode: 0644]
moduli/qsieve/Makefile [new file with mode: 0644]
moduli/qsieve/qfile.c [new file with mode: 0644]
moduli/qsieve/qfile.h [new file with mode: 0644]
moduli/qsieve/qsieve.6 [new file with mode: 0644]
moduli/qsieve/qsieve.c [new file with mode: 0644]