summaryrefslogtreecommitdiff
path: root/mpaux.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 04:02:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 04:02:36 +0000
commit16ae3d0dba5f81e5602798b915105284033dea75 (patch)
treece0c2bf0d7e961b1015d43d1a07269d81e7a9ce9 /mpaux.h
parent90279d80f57c79ac6566051172a94a2cca9674b1 (diff)
- itojun@cvs.openbsd.org 2001/06/26 06:32:58
[atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h compat.h compress.h crc32.h deattack.h dh.h dispatch.h groupaccess.h hostfile.h kex.h key.h log.h mac.h match.h misc.h mpaux.h packet.h radix.h readconf.h readpass.h rsa.h] prototype pedant. not very creative... - () -> (void) - no variable names
Diffstat (limited to 'mpaux.h')
-rw-r--r--mpaux.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/mpaux.h b/mpaux.h
index b3f15e4a5..a4d324fca 100644
--- a/mpaux.h
+++ b/mpaux.h
@@ -12,7 +12,7 @@
12 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
13 */ 13 */
14 14
15/* RCSID("$OpenBSD: mpaux.h,v 1.9 2000/12/19 23:17:57 markus Exp $"); */ 15/* RCSID("$OpenBSD: mpaux.h,v 1.10 2001/06/26 06:32:57 itojun Exp $"); */
16 16
17#ifndef MPAUX_H 17#ifndef MPAUX_H
18#define MPAUX_H 18#define MPAUX_H
@@ -23,9 +23,6 @@
23 * representations of host_key_n, session_key_n, and the cookie. 23 * representations of host_key_n, session_key_n, and the cookie.
24 */ 24 */
25void 25void
26compute_session_id(u_char session_id[16], 26compute_session_id(u_char[16], u_char[8], BIGNUM *, BIGNUM *);
27 u_char cookie[8],
28 BIGNUM * host_key_n,
29 BIGNUM * session_key_n);
30 27
31#endif /* MPAUX_H */ 28#endif /* MPAUX_H */