mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
fix typo to resolve undefined symbol
Spotted by: Rong-En Fan <grafan at gmail.com>
This commit is contained in:
parent
f2d336274b
commit
142c1941af
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue