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 /kex.h | |
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 'kex.h')
-rw-r--r-- | kex.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: kex.h,v 1.33 2003/02/16 17:09:57 markus Exp $ */ +/* $OpenBSD: kex.h,v 1.34 2004/05/21 08:43:03 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -137,6 +137,9 @@ u_char * kexgex_hash(char *, char *, char *, int, char *, int, u_char *, int, int, int, int, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *, BIGNUM *); +void +derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]); + #if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) void dump_digest(char *, u_char *, int); #endif |