upstream commit

Compile-time disable SSH v.1 again

Upstream-ID: 1d4b513a3a06232f02650b73bad25100d1b800af
diff --git a/configure.ac b/configure.ac
index bb0095f..2240c72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@
 ])
 
 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