summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2012-04-28 11:02:32 +0000
committerbschmidt <bschmidt@FreeBSD.org>2012-04-28 11:02:32 +0000
commitec5210f39ca4384005546dff2be339bf9b5e7af5 (patch)
tree8a857fd531f191fa19b0e1b968a771e8814948ce /usr.sbin/wpa
parentb8cfac7d011f7d52d6f13c6a4cab2d9eb1992939 (diff)
downloadFreeBSD-src-ec5210f39ca4384005546dff2be339bf9b5e7af5.zip
FreeBSD-src-ec5210f39ca4384005546dff2be339bf9b5e7af5.tar.gz
not only the file names have changed from eap_xxx.c to eap_server_xxx.c,
the defines too MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/hostapd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile
index d9349ce..0963295 100644
--- a/usr.sbin/wpa/hostapd/Makefile
+++ b/usr.sbin/wpa/hostapd/Makefile
@@ -106,13 +106,13 @@ SRCS+= dump_state.c \
eap_server_ttls.c \
tls_openssl.c
-.if !empty(CFLAGS:M*-DEAP_AKA)
+.if !empty(CFLAGS:M*-DEAP_SERVER_AKA)
NEED_SIM_COMMON= true
NEED_SHA256= true
SRCS+= eap_server_aka.c
.endif
-.if !empty(CFLAGS:M*-DEAP_SIM)
+.if !empty(CFLAGS:M*-DEAP_SERVER_SIM)
NEED_SIM_COMMON= true
SRCS+= eap_server_sim.c
.endif
@@ -124,7 +124,7 @@ NEED_AES_CBC= true
NEED_FIPS186_2_PRF= true
.endif
-.if !empty(CFLAGS:M*-DEAP_GPSK)
+.if !empty(CFLAGS:M*-DEAP_SERVER_GPSK)
CFLAGS+=-DEAP_GPSK_SHA256
SRCS+= eap_server_gpsk.c \
eap_gpsk_common.c
@@ -132,12 +132,12 @@ NEED_SHA256= true
NEED_AES_OMAC1= true
.endif
-.if !empty(CFLAGS:M*-DEAP_PAX)
+.if !empty(CFLAGS:M*-DEAP_SERVER_PAX)
SRCS+= eap_server_pax.c \
eap_pax_common.c
.endif
-.if !empty(CFLAGS:M*-DEAP_SAKE)
+.if !empty(CFLAGS:M*-DEAP_SERVER_SAKE)
SRCS+= eap_server_sake.c \
eap_sake_common.c
.endif
OpenPOWER on IntegriCloud