summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-03-07 04:41:48 +0000
committerDamien Miller <djm@mindrot.org>2015-03-09 15:20:55 +1100
commit307bb40277ca2c32e97e61d70d1ed74b571fd6ba (patch)
treea05e4ac4659953ecb789e958d75066ac75b63910
parentb44ee0c998fb4c5f3c3281f2398af5ce42840b6f (diff)
upstream commit
unbreak for w/SSH1 (default) case; ok markus@ deraadt@
-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 5ea576c2..7e5a1301 100644
--- a/regress/unittests/hostkeys/test_iterate.c
+++ b/regress/unittests/hostkeys/test_iterate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test_iterate.c,v 1.2 2015/03/04 23:22:35 djm Exp $ */
+/* $OpenBSD: test_iterate.c,v 1.3 2015/03/07 04:41:48 djm Exp $ */
/*
* Regress test for hostfile.h hostkeys_foreach()
*