From ade31d7b6f608a19b85bee29a7a00b1e636a2919 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 27 Jan 2015 23:06:23 +1100 Subject: these need active_state defined to link on OSX temporary measure until active_state goes away entirely --- regress/unittests/kex/test_kex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regress/unittests/kex/test_kex.c') 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 @@ #include "packet.h" #include "myproposal.h" +struct ssh *active_state = NULL; /* XXX - needed for linking */ + void kex_tests(void); static int do_debug = 0; -- cgit v1.2.3