Correct default value for --with-ssh1.

bz#2457, from konto-mindrot.org at walimnieto.com.
This commit is contained in:
Darren Tucker 2015-09-11 13:29:22 +10:00
parent 2bca8a43e7
commit 366bada1e9
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ else
fi
AC_ARG_WITH([ssh1],
[ --without-ssh1 Enable support for SSH protocol 1],
[ --with-ssh1 Enable support for SSH protocol 1],
[
if test "x$withval" = "xyes" ; then
if test "x$openssl" = "xno" ; then