summaryrefslogtreecommitdiff
path: root/kex.h
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 /kex.h
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 'kex.h')
-rw-r--r--kex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index 52d442e9a..437735047 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: kex.h,v 1.33 2003/02/16 17:09:57 markus Exp $ */ 1/* $OpenBSD: kex.h,v 1.34 2004/05/21 08:43:03 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -137,6 +137,9 @@ u_char *
137kexgex_hash(char *, char *, char *, int, char *, int, u_char *, int, 137kexgex_hash(char *, char *, char *, int, char *, int, u_char *, int,
138 int, int, int, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *); 138 int, int, int, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *);
139 139
140void
141derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
142
140#if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) 143#if defined(DEBUG_KEX) || defined(DEBUG_KEXDH)
141void dump_digest(char *, u_char *, int); 144void dump_digest(char *, u_char *, int);
142#endif 145#endif