diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/unittests/kex/test_kex.c | 2 |
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 | ||
23 | struct ssh *active_state = NULL; /* XXX - needed for linking */ | ||
24 | |||
23 | void kex_tests(void); | 25 | void kex_tests(void); |
24 | static int do_debug = 0; | 26 | static int do_debug = 0; |
25 | 27 | ||