Merge pull request #7811 from lealem47/removeNULL

Remove HAVE_NULL_CIPHER from --enable-openssh
This commit is contained in:
Sean Parkinson
2024-07-31 21:55:13 +10:00
committed by GitHub

View File

@@ -3570,11 +3570,6 @@ AC_ARG_ENABLE([nullcipher],
[ ENABLED_NULL_CIPHER=no ]
)
if test "$ENABLED_OPENSSH" = "yes"
then
ENABLED_NULL_CIPHER="yes"
fi
if test "$ENABLED_NULL_CIPHER" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DHAVE_NULL_CIPHER"