Enable curve25519 support in lighttpd builds by default to enable PQC by default in lighttpd.

Fixes #10679.
This commit is contained in:
Kareem
2026-06-16 16:58:52 -07:00
parent dfb4483071
commit a8c4613161
+5
View File
@@ -5118,6 +5118,11 @@ then
ENABLED_CURVE25519="yes"
fi
if test "$ENABLED_CURVE25519" = "no" && test "$ENABLED_LIGHTY" = "yes" && test "x$ENABLED_FIPS" = "xno"
then
ENABLED_CURVE25519="yes"
fi
# ED25519
AC_ARG_ENABLE([ed25519],