summaryrefslogtreecommitdiff
path: root/regress/unittests/hostkeys
diff options
context:
space:
mode:
authorDamien Miller <djm@google.com>2015-02-17 10:04:55 +1100
committerDamien Miller <djm@google.com>2015-02-17 10:04:55 +1100
commite89c780886b23600de1e1c8d74aabd1ff61f43f0 (patch)
tree556e4ffccf30a237a74197140e73addf946ba78d /regress/unittests/hostkeys
parent0abf41f99aa16ff09b263bead242d6cb2dbbcf99 (diff)
hook up hostkeys unittest to portable Makefiles
Diffstat (limited to 'regress/unittests/hostkeys')
-rw-r--r--regress/unittests/hostkeys/test_iterate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c
index 92d3a8345..c681f19f3 100644
--- a/regress/unittests/hostkeys/test_iterate.c
+++ b/regress/unittests/hostkeys/test_iterate.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 "sshkey.h" 17#include "sshkey.h"
18#include "authfile.h" 18#include "authfile.h"