IPv4or6 is already defined in libssh.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-24 10:15:26 +00:00
parent 0fc8183905
commit ccc9bac89c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98738

View File

@ -8,6 +8,7 @@
#include "includes.h"
RCSID("$OpenBSD: ssh-keyscan.c,v 1.36 2002/06/16 21:30:58 itojun Exp $");
RCSID("$FreeBSD$");
#include <sys/queue.h>
#include <errno.h>
@ -30,9 +31,7 @@ RCSID("$OpenBSD: ssh-keyscan.c,v 1.36 2002/06/16 21:30:58 itojun Exp $");
#include "atomicio.h"
#include "misc.h"
/* Flag indicating whether IPv4 or IPv6. This can be set on the command line.
Default value is AF_UNSPEC means both IPv4 and IPv6. */
int IPv4or6 = AF_UNSPEC;
extern int IPv4or6;
int ssh_port = SSH_DEFAULT_PORT;