mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add in the crypto support from the generic versions.
This commit is contained in:
parent
099b1166f2
commit
a18562d935
1 changed files with 4 additions and 0 deletions
|
|
@ -92,3 +92,7 @@ dev/ofw/ofw_if.m optional fdt
|
|||
dev/ofw/ofw_bus_subr.c optional fdt
|
||||
dev/ofw/ofw_fdt.c optional fdt
|
||||
dev/fdt/fdt_mips.c optional fdt
|
||||
|
||||
# crypto support -- use generic
|
||||
crypto/blowfish/bf_enc.c optional crypto | ipsec
|
||||
crypto/des/des_enc.c optional crypto | ipsec
|
||||
|
|
|
|||
Loading…
Reference in a new issue