summaryrefslogtreecommitdiff
path: root/regress/unittests/kex/test_kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/kex/test_kex.c')
-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