aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:39:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2020-05-11 21:39:02 +0000
commitb0084bf6cd5b5e9d989000c72af41c5940b49394 (patch)
tree4873050d5bf8fb17f9feeb19e7bdabd70fc174c5 /sys/conf
parent0e00c709d7f1cdaeb584d244df9534bcdd0ac527 (diff)
downloadsrc-b0084bf6cd5b5e9d989000c72af41c5940b49394.tar.gz
src-b0084bf6cd5b5e9d989000c72af41c5940b49394.zip
kgssapi no longer supports RC4, so don't list it as a build dependency.
Reviewed by: cem Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D24774
Notes
Notes: svn path=/head/; revision=360934
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 56acd0ddc4af..9d6642bf9520 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -686,7 +686,7 @@ crypto/chacha20/chacha.c standard
crypto/chacha20/chacha-sw.c optional crypto | ipsec | ipsec_support
crypto/des/des_ecb.c optional netsmb
crypto/des/des_setkey.c optional netsmb
-crypto/rc4/rc4.c optional netgraph_mppc_encryption | kgssapi
+crypto/rc4/rc4.c optional netgraph_mppc_encryption
crypto/rijndael/rijndael-alg-fst.c optional crypto | ekcd | geom_bde | \
ipsec | ipsec_support | !random_loadable | wlan_ccmp
crypto/rijndael/rijndael-api-fst.c optional ekcd | geom_bde | !random_loadable