[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.5 and 1.6

version 1.5, 1999/10/11 20:24:54 version 1.6, 1999/10/17 20:39:11
Line 100 
Line 100 
   first = 1;    first = 1;
   while (!load_private_key(filename, pass, key, &comment))    while (!load_private_key(filename, pass, key, &comment))
     {      {
       char buf[1024];  
       FILE *f;  
   
       /* Free the old passphrase. */        /* Free the old passphrase. */
       memset(pass, 0, strlen(pass));        memset(pass, 0, strlen(pass));
       xfree(pass);        xfree(pass);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6