diff options
author | des <des@FreeBSD.org> | 2002-06-24 10:15:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-06-24 10:15:26 +0000 |
commit | 4db40e9ca59d128fb4b63a85fc0f84c76a57b326 (patch) | |
tree | a0910723b08d93eecf1fe43a059d8d50b0e94927 /crypto | |
parent | 467ba5e6b7badf5a8cce11b22ac8cc1c449acb5f (diff) | |
download | FreeBSD-src-4db40e9ca59d128fb4b63a85fc0f84c76a57b326.zip FreeBSD-src-4db40e9ca59d128fb4b63a85fc0f84c76a57b326.tar.gz |
IPv4or6 is already defined in libssh.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/ssh-keyscan.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/openssh/ssh-keyscan.c b/crypto/openssh/ssh-keyscan.c index 947f704..13e5a58 100644 --- a/crypto/openssh/ssh-keyscan.c +++ b/crypto/openssh/ssh-keyscan.c @@ -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; |