- deraadt@cvs.openbsd.org 2001/03/06 06:11:18
     [ssh-keyscan.c]
     appease gcc
diff --git a/ChangeLog b/ChangeLog
index ec3188b..9d580f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20010307
+ - (bal) OpenBSD CVS Sync
+   - deraadt@cvs.openbsd.org 2001/03/06 06:11:18
+     [ssh-keyscan.c]
+     appease gcc
+
 20010306
  - (bal) OpenBSD CVS Sync
    - deraadt@cvs.openbsd.org 2001/03/05 14:28:47
@@ -4411,4 +4417,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.918 2001/03/06 03:34:40 mouring Exp $
+$Id: ChangeLog,v 1.919 2001/03/07 01:23:30 mouring Exp $
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 1b4f3a1..bbe5332 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -8,7 +8,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.21 2001/03/06 01:06:03 millert Exp $");
+RCSID("$OpenBSD: ssh-keyscan.c,v 1.22 2001/03/06 06:11:18 deraadt Exp $");
 
 #if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H)
 #include <sys/queue.h>
@@ -413,7 +413,7 @@
 {
 	char buf[80], *cp;
 	size_t bufsiz;
-	int n;
+	int n = 0;
 	con *c = &fdcon[s];
 
 	bufsiz = sizeof(buf);