Просмотр исходного кода

fix --enable-openssh FIPS detection syntax in configure.ac

Chris Conlon 2 лет назад
Родитель
Сommit
628a34a43d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -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"