summaryrefslogtreecommitdiff
path: root/regress/unittests/kex
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 /regress/unittests/kex
parente56aa87502f22c5844918c10190e8b4f785f067b (diff)
these need active_state defined to link on OSX
temporary measure until active_state goes away entirely
Diffstat (limited to 'regress/unittests/kex')
-rw-r--r--regress/unittests/kex/test_kex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c
index 72a11f2c6..762f524fb 100644
--- a/regress/unittests/kex/test_kex.c
+++ b/regress/unittests/kex/test_kex.c
@@ -20,6 +20,8 @@
20#include "packet.h" 20#include "packet.h"
21#include "myproposal.h" 21#include "myproposal.h"
22 22
23struct ssh *active_state = NULL; /* XXX - needed for linking */
24
23void kex_tests(void); 25void kex_tests(void);
24static int do_debug = 0; 26static int do_debug = 0;
25 27