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

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.228 and 1.229

version 1.228, 2013/07/12 00:20:00 version 1.229, 2013/07/12 05:42:03
Line 1286 
Line 1286 
         struct stat st;          struct stat st;
   
         if (fname == NULL)          if (fname == NULL)
                 ask_filename(pw, "Enter file in which the key is");                  fatal("%s: no filename", __func__);
         if (stat(fname, &st) < 0) {          if (stat(fname, &st) < 0) {
                 if (errno == ENOENT)                  if (errno == ENOENT)
                         return 0;                          return 0;

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229