We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a0549f + ff7bc11 commit f60beb6Copy full SHA for f60beb6
1 file changed
configure.ac
@@ -1471,6 +1471,7 @@ then
1471
test "$enable_sep" = "" && enable_sep=yes
1472
test "$enable_hkdf" = "" && enable_hkdf=yes
1473
test "$enable_eccencrypt" = "" && test "$enable_ecc" != "no" && enable_eccencrypt=yes
1474
+ test "$enable_fpecc" = "" && test "$enable_ecc" != "no" && enable_fpecc=yes
1475
test "$enable_psk" = "" && enable_psk=yes
1476
test "$enable_cmac" = "" && enable_cmac=yes
1477
test "$enable_cmac_kdf" = "" && enable_cmac_kdf=yes
0 commit comments