summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
committerru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
commit89e2376997ae34fc43bdaf60951699ced423f86d (patch)
tree855c1afcb690ebe44b07c37a3211e39e69fb67f1 /usr.sbin/wpa
parent73a212846309732620dc5eb76d0a80f6cf623508 (diff)
downloadFreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.zip
FreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.tar.gz
Add missing library dependencies.
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 0348fdb..a8ed5c5 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -43,7 +43,7 @@ SRCS+= eap_ttls.c eap_md5.c
#CFLAGS+= -DEAP_FAST
#SRCS+= eap_fast.c
-DPADD+= ${LIBCRYPTO}
+DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.else
SRCS+= tls_none.c
OpenPOWER on IntegriCloud