mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix --enable-openssh FIPS detection syntax in configure.ac
This commit is contained in:
@ -2758,7 +2758,7 @@ AC_ARG_ENABLE([ed25519-stream],
|
||||
)
|
||||
|
||||
|
||||
if (test "$ENABLED_OPENSSH" = "yes" && "x$ENABLED_FIPS" = "xno") || \
|
||||
if (test "$ENABLED_OPENSSH" = "yes" && test "x$ENABLED_FIPS" = "xno") || \
|
||||
test "$ENABLED_CHRONY" = "yes"
|
||||
then
|
||||
ENABLED_ED25519="yes"
|
||||
|
Reference in New Issue
Block a user