From a8c4613161443ab55b6bb770a854596a5aba9980 Mon Sep 17 00:00:00 2001 From: Kareem Date: Tue, 16 Jun 2026 16:58:52 -0700 Subject: [PATCH] Enable curve25519 support in lighttpd builds by default to enable PQC by default in lighttpd. Fixes #10679. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index f9432b4b67..4848ba8e31 100644 --- a/configure.ac +++ b/configure.ac @@ -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],