summaryrefslogtreecommitdiff
path: root/regress/unittests/kex
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-20 10:11:31 +1100
committerDamien Miller <djm@mindrot.org>2015-01-20 10:11:31 +1100
commit1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1 (patch)
tree9b29e30a98d629f853138751db04eb33c26ab3ba /regress/unittests/kex
parentc78a578107c7e6dcf5d30a2f34cb6581bef14029 (diff)
fix kex test
Diffstat (limited to 'regress/unittests/kex')
-rw-r--r--regress/unittests/kex/test_kex.c2
-rw-r--r--regress/unittests/kex/tests.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c
index e90647763..72a11f2c6 100644
--- a/regress/unittests/kex/test_kex.c
+++ b/regress/unittests/kex/test_kex.c
@@ -12,7 +12,7 @@
12#include <stdlib.h> 12#include <stdlib.h>
13#include <string.h> 13#include <string.h>
14 14
15#include "test_helper.h" 15#include "../test_helper/test_helper.h"
16 16
17#include "ssherr.h" 17#include "ssherr.h"
18#include "ssh_api.h" 18#include "ssh_api.h"
diff --git a/regress/unittests/kex/tests.c b/regress/unittests/kex/tests.c
index 1e519fe4b..e7036ec17 100644
--- a/regress/unittests/kex/tests.c
+++ b/regress/unittests/kex/tests.c
@@ -3,7 +3,7 @@
3 * Placed in the public domain 3 * Placed in the public domain
4 */ 4 */
5 5
6#include "test_helper.h" 6#include "../test_helper/test_helper.h"
7 7
8void kex_tests(void); 8void kex_tests(void);
9 9