[ssh-keyscan.c]
     unused variable
This commit is contained in:
Ben Lindstrom 2002-07-07 22:19:13 +00:00
parent 965710f66e
commit 6a9fbc96c0
2 changed files with 5 additions and 3 deletions

View File

@ -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 $

View File

@ -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;