From: djm Date: Fri, 29 May 2015 06:47:43 +0000 (+0000) Subject: put back SSH1 for now - we want to make sure we don't regress X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=034504f2e5d6387a67cbd6ab80bbf346f1fa5736;p=openbsd put back SSH1 for now - we want to make sure we don't regress it for the 6.9 release; ok deraadt@ --- diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index fd502dd3c0d..9e5584e5634 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.48 2015/03/24 01:29:19 djm Exp $ +# $OpenBSD: Makefile.inc,v 1.49 2015/05/29 06:47:43 djm Exp $ .include @@ -39,7 +39,7 @@ CDIAGFLAGS+= -Wno-unused-parameter # Not clean for this yet WARNINGS=yes -SSH1?= no +SSH1?= yes OPENSSL?= yes .if (${OPENSSL:L} == "yes")