]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authordjm@openbsd.org <djm@openbsd.org>
Wed, 1 Jul 2015 23:10:47 +0000 (23:10 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 15 Jul 2015 05:24:40 +0000 (15:24 +1000)
Compile-time disable SSH v.1 again

Upstream-ID: 1d4b513a3a06232f02650b73bad25100d1b800af

configure.ac

index bb0095f645de596664b3048d3b4c0069483cff83..2240c725c46dc51eee4fdc0ff98f372ab3fe7bec 100644 (file)
@@ -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