fix typo to resolve undefined symbol

Spotted by:	Rong-En Fan <grafan at gmail.com>
This commit is contained in:
sam 2004-12-16 01:10:48 +00:00
parent 8a7cf4244c
commit 532e5cff4c

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>