diff options
author | Damien Miller <djm@mindrot.org> | 2015-01-20 10:11:31 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-20 10:11:31 +1100 |
commit | 1ca3e2155aa5d3801a7ae050f85c71f41fcb95b1 (patch) | |
tree | 9b29e30a98d629f853138751db04eb33c26ab3ba /regress/unittests/kex/tests.c | |
parent | c78a578107c7e6dcf5d30a2f34cb6581bef14029 (diff) |
fix kex test
Diffstat (limited to 'regress/unittests/kex/tests.c')
-rw-r--r-- | regress/unittests/kex/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
8 | void kex_tests(void); | 8 | void kex_tests(void); |
9 | 9 | ||