svn commit: r361013 - head/sys/fs/nfs
John Baldwin
jhb at FreeBSD.org
Wed May 13 18:35:03 UTC 2020
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>
More information about the svn-src-all
mailing list