From e3f66b1567509601e55e8347d7f85608312ccb51 Mon Sep 17 00:00:00 2001 From: dongheng Date: Mon, 27 May 2019 19:23:06 +0800 Subject: [PATCH] feat(wpa_supplicant): disable LTM fast when enable wolfSSL --- components/wpa_supplicant/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wpa_supplicant/Kconfig b/components/wpa_supplicant/Kconfig index d3b29afb..f32876f4 100644 --- a/components/wpa_supplicant/Kconfig +++ b/components/wpa_supplicant/Kconfig @@ -3,6 +3,7 @@ menu "wpa_supplicant" config LTM_FAST bool "Use faster div, esptmod, sqr, montgomery multiplication algorithm" default y + depends on !SSL_USING_WOLFSSL help Enable the option can enable faster div, faster exptmod, faster sqr, fast montgomery multiplication algorithm. Enable this option will cost about