=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-add.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/ssh-add.c 1999/10/11 20:24:54 1.5 +++ src/usr.bin/ssh/ssh-add.c 1999/10/17 20:39:11 1.6 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: ssh-add.c,v 1.5 1999/10/11 20:24:54 markus Exp $"); +RCSID("$Id: ssh-add.c,v 1.6 1999/10/17 20:39:11 dugsong Exp $"); #include "rsa.h" #include "ssh.h" @@ -100,9 +100,6 @@ first = 1; while (!load_private_key(filename, pass, key, &comment)) { - char buf[1024]; - FILE *f; - /* Free the old passphrase. */ memset(pass, 0, strlen(pass)); xfree(pass);