Skip to content

Commit 6f4b1fb

Browse files
Enable curve25519 support in lighttpd builds by default to enable PQC by default in lighttpd.
Fixes #10679.
1 parent 8fb3fdc commit 6f4b1fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,6 +5118,11 @@ then
51185118
ENABLED_CURVE25519="yes"
51195119
fi
51205120

5121+
if test "$ENABLED_CURVE25519" = "no" && test "$ENABLED_LIGHTY" = "yes" && test "x$ENABLED_FIPS" = "xno"
5122+
then
5123+
ENABLED_CURVE25519="yes"
5124+
fi
5125+
51215126

51225127
# ED25519
51235128
AC_ARG_ENABLE([ed25519],

0 commit comments

Comments
 (0)