Android: Remove EAP-FAST option
Current BoringSSL version is not suitable for EAP-FAST. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
60d9f67c68
commit
df5bde83da
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ CONFIG_EAP_TTLS=y
|
|||
# functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
|
||||
# the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch)
|
||||
# to add the needed functions.
|
||||
CONFIG_EAP_FAST=y
|
||||
#CONFIG_EAP_FAST=y
|
||||
|
||||
# EAP-GTC
|
||||
CONFIG_EAP_GTC=y
|
||||
|
|
Loading…
Reference in a new issue