summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-27 23:06:23 +1100
committerDamien Miller <djm@mindrot.org>2015-01-27 23:06:23 +1100
commitade31d7b6f608a19b85bee29a7a00b1e636a2919 (patch)
tree1a150d0fe9460f4983782adba1eecdc27b1bc124 /ssh-keyscan.c
parente56aa87502f22c5844918c10190e8b4f785f067b (diff)
these need active_state defined to link on OSX
temporary measure until active_state goes away entirely
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 62dbd62fa..25a257cc2 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -77,6 +77,8 @@ fd_set *read_wait;
77size_t read_wait_nfdset; 77size_t read_wait_nfdset;
78int ncon; 78int ncon;
79 79
80struct ssh *active_state = NULL; /* XXX needed for linking */
81
80/* 82/*
81 * Keep a connection structure for each file descriptor. The state 83 * Keep a connection structure for each file descriptor. The state
82 * associated with file descriptor n is held in fdcon[n]. 84 * associated with file descriptor n is held in fdcon[n].