[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.70.2.2 and 1.71

version 1.70.2.2, 2005/09/02 03:45:00 version 1.71, 2005/03/10 22:01:06
Line 145 
Line 145 
                 /* clear passphrase since it did not work */                  /* clear passphrase since it did not work */
                 clear_pass();                  clear_pass();
                 snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",                  snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",
                     comment);                     comment);
                 for (;;) {                  for (;;) {
                         pass = read_passphrase(msg, RP_ALLOW_STDIN);                          pass = read_passphrase(msg, RP_ALLOW_STDIN);
                         if (strcmp(pass, "") == 0) {                          if (strcmp(pass, "") == 0) {

Legend:
Removed from v.1.70.2.2  
changed lines
  Added in v.1.71