summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-07 22:19:13 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-07 22:19:13 +0000
commit6a9fbc96c09ead1355743ecf77eef0421d25c592 (patch)
treef124d63b1303f94fb3189506b9033982773eebea /ssh-keyscan.c
parent965710f66e05f970a107a7636bc7a6b437736d0d (diff)
- stevesk@cvs.openbsd.org 2002/07/06 17:47:58
[ssh-keyscan.c] unused variable
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 7210aa387..b913614db 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9#include "includes.h" 9#include "includes.h"
10RCSID("$OpenBSD: ssh-keyscan.c,v 1.39 2002/07/06 01:01:26 deraadt Exp $"); 10RCSID("$OpenBSD: ssh-keyscan.c,v 1.40 2002/07/06 17:47:58 stevesk Exp $");
11 11
12#include "openbsd-compat/fake-queue.h" 12#include "openbsd-compat/fake-queue.h"
13 13
@@ -171,7 +171,6 @@ Linebuf_lineno(Linebuf * lb)
171static char * 171static char *
172Linebuf_getline(Linebuf * lb) 172Linebuf_getline(Linebuf * lb)
173{ 173{
174 u_int size;
175 int n = 0; 174 int n = 0;
176 void *p; 175 void *p;
177 176