aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:24:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:24:05 +0000
commit32075647ef7fedb53479d3872960d9ae40e86491 (patch)
tree271024d2daa19645c8be6436f0af2cd692928b0a /sys/conf/files.amd64
parent84af4cc1532b8753a24f51b7470b004a3e2b9709 (diff)
downloadsrc-32075647ef7fedb53479d3872960d9ae40e86491.tar.gz
src-32075647ef7fedb53479d3872960d9ae40e86491.zip
Remove support for the Blowfish algorithm from OCF.
It no longer has any in-kernel consumers. Reviewed by: cem Relnotes: yes Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D24772
Notes
Notes: svn path=/head/; revision=360931
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd641
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 9efc6d1014e3..72ca22070a87 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -136,7 +136,6 @@ amd64/pci/pci_cfgreg.c optional pci
cddl/dev/dtrace/amd64/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
cddl/dev/dtrace/amd64/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
crypto/aesni/aeskeys_amd64.S optional aesni
-crypto/blowfish/bf_enc.c optional crypto | ipsec | ipsec_support
crypto/des/des_enc.c optional crypto | ipsec | \
ipsec_support | netsmb
dev/acpi_support/acpi_wmi_if.m standard