[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.77 and 1.78

version 1.77, 2006/03/19 18:51:18 version 1.78, 2006/03/20 17:10:19
Line 342 
Line 342 
                         if (list_identities(ac, ch == 'l' ? 1 : 0) == -1)                          if (list_identities(ac, ch == 'l' ? 1 : 0) == -1)
                                 ret = 1;                                  ret = 1;
                         goto done;                          goto done;
                         break;  
                 case 'x':                  case 'x':
                 case 'X':                  case 'X':
                         if (lock_agent(ac, ch == 'x' ? 1 : 0) == -1)                          if (lock_agent(ac, ch == 'x' ? 1 : 0) == -1)
                                 ret = 1;                                  ret = 1;
                         goto done;                          goto done;
                         break;  
                 case 'c':                  case 'c':
                         confirm = 1;                          confirm = 1;
                         break;                          break;
Line 359 
Line 357 
                         if (delete_all(ac) == -1)                          if (delete_all(ac) == -1)
                                 ret = 1;                                  ret = 1;
                         goto done;                          goto done;
                         break;  
                 case 's':                  case 's':
                         sc_reader_id = optarg;                          sc_reader_id = optarg;
                         break;                          break;

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78