diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-03-07 04:41:48 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-03-09 15:20:55 +1100 |
commit | 307bb40277ca2c32e97e61d70d1ed74b571fd6ba (patch) | |
tree | a05e4ac4659953ecb789e958d75066ac75b63910 /regress/unittests/hostkeys/test_iterate.c | |
parent | b44ee0c998fb4c5f3c3281f2398af5ce42840b6f (diff) |
upstream commit
unbreak for w/SSH1 (default) case; ok markus@ deraadt@
Diffstat (limited to 'regress/unittests/hostkeys/test_iterate.c')
-rw-r--r-- | regress/unittests/hostkeys/test_iterate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c index 5ea576c27..7e5a13018 100644 --- a/regress/unittests/hostkeys/test_iterate.c +++ b/regress/unittests/hostkeys/test_iterate.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: test_iterate.c,v 1.2 2015/03/04 23:22:35 djm Exp $ */ | 1 | /* $OpenBSD: test_iterate.c,v 1.3 2015/03/07 04:41:48 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Regress test for hostfile.h hostkeys_foreach() | 3 | * Regress test for hostfile.h hostkeys_foreach() |
4 | * | 4 | * |