summaryrefslogtreecommitdiff
path: root/moduli.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-24 10:14:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-24 10:14:24 +1000
commite4ab1157db90ff9602940669ccfda679aa4094a0 (patch)
tree0edec357e789b13775626829f2e97e1f1da8758c /moduli.c
parente16758294783f418cee7713dac031d5aeaf1e76c (diff)
- markus@cvs.openbsd.org 2004/05/21 08:43:03
[kex.h moduli.c tildexpand.c] add prototypes for -Wall; ok djm
Diffstat (limited to 'moduli.c')
-rw-r--r--moduli.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/moduli.c b/moduli.c
index f72baab3e..c8769c0aa 100644
--- a/moduli.c
+++ b/moduli.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: moduli.c,v 1.7 2004/05/09 00:06:47 djm Exp $ */ 1/* $OpenBSD: moduli.c,v 1.8 2004/05/21 08:43:03 markus Exp $ */
2/* 2/*
3 * Copyright 1994 Phil Karn <karn@qualcomm.com> 3 * Copyright 1994 Phil Karn <karn@qualcomm.com>
4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> 4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
@@ -144,6 +144,8 @@ static u_int32_t *LargeSieve, largewords, largetries, largenumbers;
144static u_int32_t largebits, largememory; /* megabytes */ 144static u_int32_t largebits, largememory; /* megabytes */
145static BIGNUM *largebase; 145static BIGNUM *largebase;
146 146
147int gen_candidates(FILE *, int, int, BIGNUM *);
148int prime_test(FILE *, FILE *, u_int32_t, u_int32_t);
147 149
148/* 150/*
149 * print moduli out in consistent form, 151 * print moduli out in consistent form,