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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.237 and 1.238

version 1.237, 2016/01/14 22:56:56 version 1.238, 2016/02/05 04:31:21
Line 1190 
Line 1190 
 static Key *  static Key *
 load_identity_file(Identity *id)  load_identity_file(Identity *id)
 {  {
         Key *private;          Key *private = NULL;
         char prompt[300], *passphrase, *comment;          char prompt[300], *passphrase, *comment;
         int r, perm_ok = 0, quit = 0, i;          int r, perm_ok = 0, quit = 0, i;
         struct stat st;          struct stat st;

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.238