summaryrefslogtreecommitdiff
path: root/sys/conf/files.riscv
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:34:29 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:34:29 +0000
commit0e00c709d7f1cdaeb584d244df9534bcdd0ac527 (patch)
tree23d89d0624d4de7dca540e363018ca0c9bfdcb2e /sys/conf/files.riscv
parent32075647ef7fedb53479d3872960d9ae40e86491 (diff)
downloadsrc-test2-0e00c709d7f1cdaeb584d244df9534bcdd0ac527.tar.gz
src-test2-0e00c709d7f1cdaeb584d244df9534bcdd0ac527.zip
Remove support for DES and Triple DES from OCF.
It no longer has any in-kernel consumers via OCF. smbfs still uses single DES directly, so sys/crypto/des remains for that use case. Reviewed by: cem Relnotes: yes Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D24773
Notes
Notes: svn path=/head/; revision=360933
Diffstat (limited to 'sys/conf/files.riscv')
-rw-r--r--sys/conf/files.riscv2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv
index 7659db79c741..b59141e27750 100644
--- a/sys/conf/files.riscv
+++ b/sys/conf/files.riscv
@@ -2,7 +2,7 @@
cddl/dev/dtrace/riscv/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
cddl/dev/dtrace/riscv/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/fbt/riscv/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
-crypto/des/des_enc.c optional crypto | ipsec | ipsec_support | netsmb
+crypto/des/des_enc.c optional netsmb
dev/ofw/ofw_cpu.c optional fdt
dev/ofw/ofwpci.c optional pci fdt
dev/pci/pci_host_generic.c optional pci