diff options
author | imp <imp@FreeBSD.org> | 2012-10-23 16:12:17 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2012-10-23 16:12:17 +0000 |
commit | 4b0f524bb88aa59f902b3cac57684bbec410cce8 (patch) | |
tree | 05f115b36b65c53a06ca060401bede8b09559d0d | |
parent | fac13b401e39bcfddc1bb3d11d06723e51c00e54 (diff) | |
download | FreeBSD-src-4b0f524bb88aa59f902b3cac57684bbec410cce8.zip FreeBSD-src-4b0f524bb88aa59f902b3cac57684bbec410cce8.tar.gz |
Add in the crypto support from the generic versions.
-rw-r--r-- | sys/conf/files.mips | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips index c641bea..0d7c05a 100644 --- a/sys/conf/files.mips +++ b/sys/conf/files.mips @@ -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 |