configure.ac: restore fpecc to enable-all-crypto, accidentally removed in f376ae210e.

This commit is contained in:
Daniel Pouzzner
2026-02-21 10:48:14 -06:00
parent 1a0549fe5a
commit ff7bc11774
+1
View File
@@ -1471,6 +1471,7 @@ then
test "$enable_sep" = "" && enable_sep=yes
test "$enable_hkdf" = "" && enable_hkdf=yes
test "$enable_eccencrypt" = "" && test "$enable_ecc" != "no" && enable_eccencrypt=yes
test "$enable_fpecc" = "" && test "$enable_ecc" != "no" && enable_fpecc=yes
test "$enable_psk" = "" && enable_psk=yes
test "$enable_cmac" = "" && enable_cmac=yes
test "$enable_cmac_kdf" = "" && enable_cmac_kdf=yes