forked from wolfSSL/wolfssl
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"
|
test "$ENABLED_CHRONY" = "yes"
|
||||||
then
|
then
|
||||||
ENABLED_ED25519="yes"
|
ENABLED_ED25519="yes"
|
||||||
|
Reference in New Issue
Block a user