Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 21:39:02 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360934 - head/sys/conf
Message-ID:  <202005112139.04BLd2jr047738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005112139.04BLd2jr047738>