diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 06:02:36 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 06:02:36 +0200 |
commit | 16ae3d0dba5f81e5602798b915105284033dea75 (patch) | |
tree | ce0c2bf0d7e961b1015d43d1a07269d81e7a9ce9 /mpaux.h | |
parent | - markus@cvs.openbsd.org 2001/06/26 05:50:11 (diff) | |
download | openssh-16ae3d0dba5f81e5602798b915105284033dea75.tar.xz openssh-16ae3d0dba5f81e5602798b915105284033dea75.zip |
- 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.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -12,7 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: mpaux.h,v 1.9 2000/12/19 23:17:57 markus Exp $"); */ +/* RCSID("$OpenBSD: mpaux.h,v 1.10 2001/06/26 06:32:57 itojun Exp $"); */ #ifndef MPAUX_H #define MPAUX_H @@ -23,9 +23,6 @@ * representations of host_key_n, session_key_n, and the cookie. */ void -compute_session_id(u_char session_id[16], - u_char cookie[8], - BIGNUM * host_key_n, - BIGNUM * session_key_n); +compute_session_id(u_char[16], u_char[8], BIGNUM *, BIGNUM *); #endif /* MPAUX_H */ |