feat(wpa_supplicant): disable LTM fast when enable wolfSSL

This commit is contained in:
dongheng
2019-05-27 19:23:06 +08:00
parent c340f7d1ec
commit e3f66b1567

View File

@ -3,6 +3,7 @@ menu "wpa_supplicant"
config LTM_FAST config LTM_FAST
bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm" bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm"
default y default y
depends on !SSL_USING_WOLFSSL
help help
Enable the option can enable faster div, faster exptmod, faster sqr, fast Enable the option can enable faster div, faster exptmod, faster sqr, fast
montgomery multiplication algorithm. Enable this option will cost about montgomery multiplication algorithm. Enable this option will cost about