summaryrefslogtreecommitdiff
path: root/mpaux.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-16 13:37:16 +1100
committerDamien Miller <djm@mindrot.org>1999-11-16 13:37:16 +1100
commit7e8e820153a620ab1dcd81857a7de0969c41d043 (patch)
tree226cc4185feae97f4069ad60b4c18d259aa5df2f /mpaux.h
parent4874c79a3a05fc18678d7a85d7091f5139630fac (diff)
- Merged OpenBSD CVS changes:
- [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c] [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c] the keysize of rsa-parameter 'n' is passed implizit, a few more checks and warnings about 'pretended' keysizes. - [cipher.c cipher.h packet.c packet.h sshd.c] remove support for cipher RC4 - [ssh.c] a note for legay systems about secuity issues with permanently_set_uid(), the private hostkey and ptrace() - [sshconnect.c] more detailed messages about adding and checking hostkeys
Diffstat (limited to 'mpaux.h')
-rw-r--r--mpaux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mpaux.h b/mpaux.h
index 3ad06813b..85e2fa2bf 100644
--- a/mpaux.h
+++ b/mpaux.h
@@ -14,7 +14,7 @@ precision integers.
14 14
15*/ 15*/
16 16
17/* RCSID("$Id: mpaux.h,v 1.1 1999/10/27 03:42:44 damien Exp $"); */ 17/* RCSID("$Id: mpaux.h,v 1.2 1999/11/16 02:37:16 damien Exp $"); */
18 18
19#ifndef MPAUX_H 19#ifndef MPAUX_H
20#define MPAUX_H 20#define MPAUX_H
@@ -24,9 +24,7 @@ precision integers.
24 first representations of host_key_n, session_key_n, and the cookie. */ 24 first representations of host_key_n, session_key_n, and the cookie. */
25void compute_session_id(unsigned char session_id[16], 25void compute_session_id(unsigned char session_id[16],
26 unsigned char cookie[8], 26 unsigned char cookie[8],
27 unsigned int host_key_bits,
28 BIGNUM *host_key_n, 27 BIGNUM *host_key_n,
29 unsigned int session_key_bits,
30 BIGNUM *session_key_n); 28 BIGNUM *session_key_n);
31 29
32#endif /* MPAUX_H */ 30#endif /* MPAUX_H */