[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.21 and 1.22

version 1.21, 2002/03/18 17:50:31 version 1.22, 2002/03/24 17:27:03
Line 260 
Line 260 
 {  {
         BIGNUM *shared_secret = NULL, *dh_client_pub = NULL;          BIGNUM *shared_secret = NULL, *dh_client_pub = NULL;
         Key *server_host_key;          Key *server_host_key;
         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, slen;          u_int sbloblen, klen, kout, slen;
         int min = -1, max = -1, nbits = -1, type;          int min = -1, max = -1, nbits = -1, type;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22