diff options
author | 2015-05-29 06:47:43 +0000 | |
---|---|---|
committer | 2015-05-29 06:47:43 +0000 | |
commit | 034504f2e5d6387a67cbd6ab80bbf346f1fa5736 (patch) | |
tree | 62e81d13a7cc5ea7f35e2493e3e4b1feb2595bc9 | |
parent | add some more cortex A ids (diff) | |
download | wireguard-openbsd-034504f2e5d6387a67cbd6ab80bbf346f1fa5736.tar.xz wireguard-openbsd-034504f2e5d6387a67cbd6ab80bbf346f1fa5736.zip |
put back SSH1 for now - we want to make sure we don't regress
it for the 6.9 release; ok deraadt@
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> @@ -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") |