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

Diff for /src/usr.bin/ssh/ssh.c between version 1.72 and 1.73

version 1.72, 2000/11/12 19:50:38 version 1.73, 2000/11/15 19:58:08
Line 1020 
Line 1020 
         int type = KEY_RSA1; /* default */          int type = KEY_RSA1; /* default */
   
         if (stat(filename, &st) < 0) {          if (stat(filename, &st) < 0) {
                 perror(filename);                  /* ignore this key */
                 return KEY_UNSPEC;                  return KEY_UNSPEC;
         }          }
         public = key_new(type);          public = key_new(type);

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73