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:
Dmitry Shmidt 2015-01-08 16:49:03 -08:00 committed by Jouni Malinen
parent 60d9f67c68
commit df5bde83da
1 changed files with 1 additions and 1 deletions

View File

@ -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