diff options
author | Jouni Malinen <j@w1.fi> | 2008-06-09 10:32:12 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-06-09 10:32:12 +0300 |
commit | 2eeaa5c9d0fc3afb75b75d77ba629da027abdc83 (patch) | |
tree | 191e55410191b8c5dc9d4dc63e82721a375b9324 /hostapd | |
parent | 3f5285e8523776eda035b1dbe1c887b50970a37e (diff) | |
download | external_wpa_supplicant_8_ti-2eeaa5c9d0fc3afb75b75d77ba629da027abdc83.zip external_wpa_supplicant_8_ti-2eeaa5c9d0fc3afb75b75d77ba629da027abdc83.tar.gz external_wpa_supplicant_8_ti-2eeaa5c9d0fc3afb75b75d77ba629da027abdc83.tar.bz2 |
EAP-PEAP: Moved the common peap_prfplus() function into a shared file
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index a43e93a..1e73906 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -165,6 +165,7 @@ endif ifdef CONFIG_EAP_PEAP CFLAGS += -DEAP_PEAP OBJS += ../src/eap_server/eap_peap.o +OBJS += ../src/eap_common/eap_peap_common.o TLS_FUNCS=y CONFIG_EAP_MSCHAPV2=y endif |