diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:14:24 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:14:24 +0200 |
commit | e4ab1157db90ff9602940669ccfda679aa4094a0 (patch) | |
tree | 0edec357e789b13775626829f2e97e1f1da8758c /moduli.c | |
parent | - dtucker@cvs.openbsd.org 2004/05/20 10:58:05 (diff) | |
download | openssh-e4ab1157db90ff9602940669ccfda679aa4094a0.tar.xz openssh-e4ab1157db90ff9602940669ccfda679aa4094a0.zip |
- 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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: moduli.c,v 1.7 2004/05/09 00:06:47 djm Exp $ */ +/* $OpenBSD: moduli.c,v 1.8 2004/05/21 08:43:03 markus Exp $ */ /* * Copyright 1994 Phil Karn <karn@qualcomm.com> * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> @@ -144,6 +144,8 @@ static u_int32_t *LargeSieve, largewords, largetries, largenumbers; static u_int32_t largebits, largememory; /* megabytes */ static BIGNUM *largebase; +int gen_candidates(FILE *, int, int, BIGNUM *); +int prime_test(FILE *, FILE *, u_int32_t, u_int32_t); /* * print moduli out in consistent form, |