Fix EAP-FAST only build to include the needed EAPOL implementation

This commit is contained in:
Jouni Malinen 2009-03-08 11:29:31 +02:00
parent a14bda9d9d
commit 58d1f6d189
1 changed files with 1 additions and 0 deletions

View File

@ -461,6 +461,7 @@ OBJS += ../src/eap_common/eap_fast_common.o
OBJS_h += ../src/eap_server/eap_fast.o
endif
TLS_FUNCS=y
CONFIG_IEEE8021X_EAPOL=y
NEED_T_PRF=y
endif