fix typo to resolve undefined symbol

Spotted by:	Rong-En Fan <grafan at gmail.com>
This commit is contained in:
Sam Leffler 2004-12-16 01:10:48 +00:00
parent f2d336274b
commit 142c1941af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138905

View File

@ -5,6 +5,6 @@
KMOD= wlan_ccmp
SRCS= ieee80211_crypto_ccmp.c
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c
SRCS+= rijndael-alg-fst.c rijndael-api.c
.include <bsd.kmod.mk>