mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 22:40:48 +02:00
Enable curve25519 support in lighttpd builds by default to enable PQC by default in lighttpd.
Fixes #10679.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user