summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-07-01 23:10:47 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:24:40 +1000
commit564d63e1b4a9637a209d42a9d49646781fc9caef (patch)
tree492bf60d6a647cb994fa35756fa3fdc1a0d87a5a /configure.ac
parent868109b650504dd9bcccdb1f51d0906f967c20ff (diff)
upstream commit
Compile-time disable SSH v.1 again Upstream-ID: 1d4b513a3a06232f02650b73bad25100d1b800af
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb0095f6..2240c725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ AC_CHECK_DECL([PR_SET_NO_NEW_PRIVS], [have_linux_no_new_privs=1], , [
])
openssl=yes
-ssh1=yes
+ssh1=no
AC_ARG_WITH([openssl],
[ --without-openssl Disable use of OpenSSL; use only limited internal crypto **EXPERIMENTAL** ],
[ if test "x$withval" = "xno" ; then