summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keyscan.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 94e573cf..6ab66d1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
- deraadt@cvs.openbsd.org 2002/07/06 01:01:26
[ssh-keyscan.c]
KNF, realloc fix, and clean usage
+ - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
+ [ssh-keyscan.c]
+ unused variable
20020705
- (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
@@ -1305,4 +1308,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2346 2002/07/07 22:17:22 mouring Exp $
+$Id: ChangeLog,v 1.2347 2002/07/07 22:19:13 mouring Exp $
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 7210aa38..b913614d 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -7,7 +7,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keyscan.c,v 1.39 2002/07/06 01:01:26 deraadt Exp $");
+RCSID("$OpenBSD: ssh-keyscan.c,v 1.40 2002/07/06 17:47:58 stevesk Exp $");
#include "openbsd-compat/fake-queue.h"
@@ -171,7 +171,6 @@ Linebuf_lineno(Linebuf * lb)
static char *
Linebuf_getline(Linebuf * lb)
{
- u_int size;
int n = 0;
void *p;