summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan_ccmp
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2004-12-15 01:30:38 +0000
committersam <sam@FreeBSD.org>2004-12-15 01:30:38 +0000
commit73aa7c6ed24e456092ec525007e6c48bf285b869 (patch)
tree03d9ec0ed57390add09c68e518850f03c549c1c4 /sys/modules/wlan_ccmp
parentb9436ee94f9deec17803c10ab766a525e2e6db33 (diff)
downloadFreeBSD-src-73aa7c6ed24e456092ec525007e6c48bf285b869.zip
FreeBSD-src-73aa7c6ed24e456092ec525007e6c48bf285b869.tar.gz
bring in rijndael crypto code to satisfy dependency: should
break rijndael out into a separate module a la rc4 but several other cases need to be fixed also so for now do as others do
Diffstat (limited to 'sys/modules/wlan_ccmp')
-rw-r--r--sys/modules/wlan_ccmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/wlan_ccmp/Makefile b/sys/modules/wlan_ccmp/Makefile
index d43130e..c3c7d33 100644
--- a/sys/modules/wlan_ccmp/Makefile
+++ b/sys/modules/wlan_ccmp/Makefile
@@ -1,8 +1,10 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../net80211
+.PATH: ${.CURDIR}/../../crypto/rijndael
KMOD= wlan_ccmp
SRCS= ieee80211_crypto_ccmp.c
+SRCS+= rijndael-alg-fst.c rijndael-api-fst.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud