]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/03/24 17:27:03
authormouring <mouring>
Tue, 26 Mar 2002 02:20:06 +0000 (02:20 +0000)
committermouring <mouring>
Tue, 26 Mar 2002 02:20:06 +0000 (02:20 +0000)
     [kexgex.c]
     typo; ok markus@

ChangeLog
kexgex.c

index c44709ed56a267ae6334af50ddf218d4a6d43a11..3aaad2de396575b3437459007db0ec760ff26522 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7379e8d103ec9fe28f977244a142047594fd8b00..2d4a58153151753d56e9cd24e025ad4897bd212a 100644 (file)
--- a/kexgex.c
+++ b/kexgex.c
@@ -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;
This page took 0.054347 seconds and 5 git commands to generate.