=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keysign.c,v retrieving revision 1.7.2.1 retrieving revision 1.7.2.2 diff -u -r1.7.2.1 -r1.7.2.2 --- src/usr.bin/ssh/ssh-keysign.c 2003/04/01 00:12:14 1.7.2.1 +++ src/usr.bin/ssh/ssh-keysign.c 2003/09/16 21:20:28 1.7.2.2 @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "includes.h" -RCSID("$OpenBSD: ssh-keysign.c,v 1.7.2.1 2003/04/01 00:12:14 margarida Exp $"); +RCSID("$OpenBSD: ssh-keysign.c,v 1.7.2.2 2003/09/16 21:20:28 brad Exp $"); #include #include @@ -42,14 +42,15 @@ #include "pathnames.h" #include "readconf.h" -uid_t original_real_uid; /* XXX readconf.c needs this */ +/* XXX readconf.c needs these */ +uid_t original_real_uid; static int valid_request(struct passwd *pw, char *host, Key **ret, u_char *data, u_int datalen) { Buffer b; - Key *key; + Key *key = NULL; u_char *pkblob; u_int blen, len; char *pkalg, *p;