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
This commit is contained in:
Sam Leffler 2004-12-15 01:30:38 +00:00
parent 64715608d7
commit 0a16579959
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138874

View File

@ -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>