[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.57 and 1.58

version 1.57, 2002/06/10 17:36:23 version 1.58, 2002/06/15 00:01:36
Line 165 
Line 165 
                 fprintf(stderr, "Could not add identity: %s\n", filename);                  fprintf(stderr, "Could not add identity: %s\n", filename);
   
         if (ret == 0 && lifetime != 0) {          if (ret == 0 && lifetime != 0) {
                 if (ssh_lifetime_identity(ac, private, lifetime)) {                  if (ssh_contrain_identity(ac, private, lifetime)) {
                         fprintf(stderr,                          fprintf(stderr,
                             "Lifetime set to %d seconds for: %s (%s)\n",                              "Lifetime set to %d seconds for: %s (%s)\n",
                             lifetime, filename, comment);                              lifetime, filename, comment);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58