summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-09-28 15:52:28 +0000
committersam <sam@FreeBSD.org>2007-09-28 15:52:28 +0000
commited338a5f9c505995003af25eaaab34f2c1ff8f68 (patch)
treed75ff2a9304882f025ed0886706c5653a1b41951 /usr.sbin/wpa
parent4657f1f225e0ee330ba80a6b28b6fb92d078c767 (diff)
downloadFreeBSD-src-ed338a5f9c505995003af25eaaab34f2c1ff8f68.zip
FreeBSD-src-ed338a5f9c505995003af25eaaab34f2c1ff8f68.tar.gz
fix building with NO_CRYPT=true
PR: 116439 Approved by: re (gnn)
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 3a6a908..967cf9f 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -111,6 +111,9 @@ DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.else
CFLAGS+= -DEAP_TLS_NONE
+CFLAGS+= -DINTERNAL_AES
+CFLAGS+= -DINTERNAL_SHA1
+CFLAGS+= -DINTERNAL_MD5
SRCS+= tls_none.c
.endif
OpenPOWER on IntegriCloud