Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 18:35:03 +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: r361013 - head/sys/fs/nfs
Message-ID:  <202005131835.04DIZ3ST018936@repo.freebsd.org>

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



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