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

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

version 1.90, 2007/09/09 11:38:01 version 1.91, 2009/08/27 17:44:52
Line 191 
Line 191 
                 if (confirm != 0)                  if (confirm != 0)
                         fprintf(stderr,                          fprintf(stderr,
                             "The user has to confirm each use of the key\n");                              "The user has to confirm each use of the key\n");
         } else if (ssh_add_identity(ac, private, comment)) {  
                 fprintf(stderr, "Identity added: %s (%s)\n", filename, comment);  
                 ret = 0;  
         } else {          } else {
                 fprintf(stderr, "Could not add identity: %s\n", filename);                  fprintf(stderr, "Could not add identity: %s\n", filename);
         }          }

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