summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2015-06-15 06:38:50 +0000
committerdjm <djm@openbsd.org>2015-06-15 06:38:50 +0000
commit135e37648301bb8538d59cc3b23694e16cbeecbd (patch)
treefce2a93da931b5d70221f22b73222272d4c8c537
parentRemove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. (diff)
downloadwireguard-openbsd-135e37648301bb8538d59cc3b23694e16cbeecbd.tar.xz
wireguard-openbsd-135e37648301bb8538d59cc3b23694e16cbeecbd.zip
turn SSH1 back on to match src/usr.bin/ssh being tested
-rw-r--r--regress/usr.bin/ssh/unittests/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/Makefile.inc b/regress/usr.bin/ssh/unittests/Makefile.inc
index 5aa7c5685c6..770c40017a7 100644
--- a/regress/usr.bin/ssh/unittests/Makefile.inc
+++ b/regress/usr.bin/ssh/unittests/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 2015/03/31 22:57:56 djm Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2015/06/15 06:38:50 djm Exp $
.include <bsd.own.mk>
.include <bsd.obj.mk>
@@ -6,7 +6,7 @@
REGRESS_FAIL_EARLY= yes
# XXX detect from ssh binary?
-SSH1?= no
+SSH1?= yes
OPENSSL?= yes
.if (${OPENSSL:L} == "yes")