mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
Correct default value for --with-ssh1.
bz#2457, from konto-mindrot.org at walimnieto.com.
This commit is contained in:
parent
2bca8a43e7
commit
366bada1e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user