summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-01-20 04:55:27 +0100
committerDamien Miller <djm@mindrot.org>2019-01-20 04:55:27 +0100
commit9b655dc9c9a353f0a527f0c6c43a5e35653c9503 (patch)
tree78b3512ffa1a9e5b8d954aca6fb45a0a3045504b /ssh-keyscan.c
parentremove PAM dependencies on old packet API (diff)
downloadopenssh-9b655dc9c9a353f0a527f0c6c43a5e35653c9503.tar.xz
openssh-9b655dc9c9a353f0a527f0c6c43a5e35653c9503.zip
last bits of old packet API / active_state global
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 38b1c548b..88449f672 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -83,8 +83,6 @@ fd_set *read_wait;
size_t read_wait_nfdset;
int ncon;
-struct ssh *active_state = NULL; /* XXX needed for linking */
-
/*
* Keep a connection structure for each file descriptor. The state
* associated with file descriptor n is held in fdcon[n].