artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ccb678
)
put back SSH1 for now - we want to make sure we don't regress
author
djm
<djm@openbsd.org>
Fri, 29 May 2015 06:47:43 +0000
(06:47 +0000)
committer
djm
<djm@openbsd.org>
Fri, 29 May 2015 06:47:43 +0000
(06:47 +0000)
it for the 6.9 release; ok deraadt@
usr.bin/ssh/Makefile.inc
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/Makefile.inc
b/usr.bin/ssh/Makefile.inc
index
fd502dd
..
9e5584e
100644
(file)
--- a/
usr.bin/ssh/Makefile.inc
+++ b/
usr.bin/ssh/Makefile.inc
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.inc,v 1.4
8 2015/03/24 01:29:19
djm Exp $
+# $OpenBSD: Makefile.inc,v 1.4
9 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")