[BACK]Return to kexgex.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/kexgex.c between version 1.18 and 1.19

version 1.18, 2002/02/23 17:59:02 version 1.19, 2002/02/24 19:14:59
Line 261 
Line 261 
         Key *server_host_key;          Key *server_host_key;
         DH *dh = dh;          DH *dh = dh;
         u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL;          u_char *kbuf, *hash, *signature = NULL, *server_host_key_blob = NULL;
         u_int sbloblen, klen, kout;          u_int sbloblen, klen, kout, slen;
         int min = -1, max = -1, nbits = -1, type, slen;          int min = -1, max = -1, nbits = -1, type;
   
         if (kex->load_host_key == NULL)          if (kex->load_host_key == NULL)
                 fatal("Cannot load hostkey");                  fatal("Cannot load hostkey");

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19