summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2015-04-21 02:00:37 +0000
committerrpaulo <rpaulo@FreeBSD.org>2015-04-21 02:00:37 +0000
commit84f11f77417862e8761bb1186193313dd60fa353 (patch)
tree0c32462ad1b5d7eefb45bd814de014c396a7b716 /usr.sbin
parent842f4520d0888b29092df5d0d02c98cf458d22f7 (diff)
downloadFreeBSD-src-84f11f77417862e8761bb1186193313dd60fa353.zip
FreeBSD-src-84f11f77417862e8761bb1186193313dd60fa353.tar.gz
Fix wpa/hostapd build without OpenSSL.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wpa/Makefile.crypto5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/wpa/Makefile.crypto b/usr.sbin/wpa/Makefile.crypto
index 3049011..46cd9ef 100644
--- a/usr.sbin/wpa/Makefile.crypto
+++ b/usr.sbin/wpa/Makefile.crypto
@@ -53,7 +53,8 @@ SRCS+= tls_openssl.c
.endif
.if defined(CONFIG_INTERNAL_AES)
-SRCS+= aes-internal.c \
+SRCS+= aes-unwrap.c aes-wrap.c \
+ aes-internal.c \
aes-internal-dec.c \
aes-internal-enc.c
.endif
@@ -92,7 +93,7 @@ SRCS+= md4-internal.c
.endif
.if defined(CONFIG_INTERNAL_MD5)
-SRCS+= md5-internal.c
+SRCS+= md5.c md5-internal.c
.endif
.if defined(NEED_FIPS186_2_PRF)
OpenPOWER on IntegriCloud