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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.90 and 1.91

version 1.90, 2014/03/12 04:44:58 version 1.91, 2014/03/27 23:01:27
Line 227 
Line 227 
 static Key *  static Key *
 keygrab_ssh2(con *c)  keygrab_ssh2(con *c)
 {  {
           char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
         int j;          int j;
   
         packet_set_connection(c->c_fd, c->c_fd);          packet_set_connection(c->c_fd, c->c_fd);

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91