[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.71 and 1.72

version 1.71, 2005/03/10 22:01:06 version 1.72, 2005/07/17 07:17:55
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.71  
changed lines
  Added in v.1.72