Author: jhb Date: Wed May 13 18:35:02 2020 New Revision: 361013 URL: https://svnweb.freebsd.org/changeset/base/361013
Log: Remove unused header for DES. The NFS port doesn't use any of the DES functions. Modified: head/sys/fs/nfs/nfsport.h Modified: head/sys/fs/nfs/nfsport.h ============================================================================== --- head/sys/fs/nfs/nfsport.h Wed May 13 18:09:03 2020 (r361012) +++ head/sys/fs/nfs/nfsport.h Wed May 13 18:35:02 2020 (r361013) @@ -98,7 +98,6 @@ #include <netinet/tcp_timer.h> #include <netinet/tcp_var.h> #include <machine/in_cksum.h> -#include <crypto/des/des.h> #include <sys/md5.h> #include <rpc/rpc.h> #include <rpc/rpcsec_gss.h> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"