[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.265 and 1.266

version 1.265, 2015/02/24 15:24:05 version 1.266, 2015/02/26 20:45:47
Line 1256 
Line 1256 
                     identity_file, ssh_err(r));                      identity_file, ssh_err(r));
                 exit(1);                  exit(1);
         }          }
         printf("Key has comment '%s'\n", comment);          if (comment)
                   printf("Key has comment '%s'\n", comment);
   
         /* Ask the new passphrase (twice). */          /* Ask the new passphrase (twice). */
         if (identity_new_passphrase) {          if (identity_new_passphrase) {

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266