[kexgex.c]
     typo; ok markus@
This commit is contained in:
Ben Lindstrom 2002-03-26 02:20:06 +00:00
parent 8b08d8115d
commit fcad1c92c9
2 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,9 @@
- markus@cvs.openbsd.org 2002/03/24 16:01:13
[packet.c]
debug->debug3 for extra padding
- stevesk@cvs.openbsd.org 2002/03/24 17:27:03
[kexgex.c]
typo; ok markus@
20020324
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@ -8024,4 +8027,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1980 2002/03/26 02:09:41 mouring Exp $
$Id: ChangeLog,v 1.1981 2002/03/26 02:20:06 mouring Exp $

View File

@ -24,7 +24,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: kexgex.c,v 1.21 2002/03/18 17:50:31 provos Exp $");
RCSID("$OpenBSD: kexgex.c,v 1.22 2002/03/24 17:27:03 stevesk Exp $");
#include <openssl/bn.h>
@ -260,7 +260,7 @@ kexgex_server(Kex *kex)
{
BIGNUM *shared_secret = NULL, *dh_client_pub = NULL;
Key *server_host_key;
DH *dh = dh;
DH *dh;
u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL;
u_int sbloblen, klen, kout, slen;
int min = -1, max = -1, nbits = -1, type;