From 8f0ba923ab96ed25aebe5a2579789d7ccd627301 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 7 Jun 2005 23:50:37 +0000 Subject: [PATCH] add EAP-TTLS to the EAPOL group; may want a separate knob later --- usr.sbin/wpa/wpa_supplicant/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index e24743adc1d9..af49d4887d43 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -25,6 +25,9 @@ CFLAGS+=-DEAP_TLS -DEAP_PEAP -DEAP_MSCHAPv2 -DEAP_LEAP -DEAP_PSK \ SRCS+= eap_tls.c eap_peap.c eap_mschapv2.c eap_leap.c eap_psk.c \ eap_tlv.c eap_tls_common.c tls_openssl.c ms_funcs.c crypto.c +CFLAGS+=-DEAP_TTLS -DEAP_MD5 +SRCS+= eap_ttls.c eap_md5.c + # NB: requires patch to openssl #CFLAGS+= -DEAP_FAST #SRCS+= eap_fast.c