From c2ccb0274ca4c8be29869b75a5fcb93c4fc712d2 Mon Sep 17 00:00:00 2001 From: markus Date: Mon, 19 Jan 2015 20:45:25 +0000 Subject: [PATCH] finally enable the KEX tests I wrote some years ago... --- regress/usr.bin/ssh/unittests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/ssh/unittests/Makefile b/regress/usr.bin/ssh/unittests/Makefile index 1b1dea7ebab..edebe099aa6 100644 --- a/regress/usr.bin/ssh/unittests/Makefile +++ b/regress/usr.bin/ssh/unittests/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2015/01/15 07:36:28 djm Exp $ +# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $ REGRESS_FAIL_EARLY= yes -SUBDIR= test_helper sshbuf sshkey bitmap +SUBDIR= test_helper sshbuf sshkey bitmap kex .include -- 2.20.1