svn commit: r360934 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Mon May 11 21:39:03 UTC 2020


Author: jhb
Date: Mon May 11 21:39:02 2020
New Revision: 360934
URL: https://svnweb.freebsd.org/changeset/base/360934

Log:
  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

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon May 11 21:34:29 2020	(r360933)
+++ head/sys/conf/files	Mon May 11 21:39:02 2020	(r360934)
@@ -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


More information about the svn-src-head mailing list