svn commit: r361091 - head/tools/tools/crypto

John Baldwin jhb at FreeBSD.org
Fri May 15 22:55:28 UTC 2020


Author: jhb
Date: Fri May 15 22:55:28 2020
New Revision: 361091
URL: https://svnweb.freebsd.org/changeset/base/361091

Log:
  Remove the ubsecstats tool since ubsec(4) has been removed.
  
  Reported by:	markj

Deleted:
  head/tools/tools/crypto/ubsecstats.c
Modified:
  head/tools/tools/crypto/Makefile

Modified: head/tools/tools/crypto/Makefile
==============================================================================
--- head/tools/tools/crypto/Makefile	Fri May 15 20:29:41 2020	(r361090)
+++ head/tools/tools/crypto/Makefile	Fri May 15 22:55:28 2020	(r361091)
@@ -27,7 +27,7 @@
 #
 
 PROGS=	cryptocheck cryptotest cryptokeytest cryptostats \
-	ubsecstats hifnstats ipsecstats safestats
+	hifnstats ipsecstats safestats
 MAN=
 BINDIR?=	/usr/local/bin
 
@@ -38,7 +38,6 @@ LIBADD.cryptocheck+=	crypto util
 LIBADD.cryptokeytest+=	crypto
 
 # cryptostats: dump statistics kept by the core crypto code
-# ubsecstats: print statistics kept by the Broadcom driver
 # hifnstats: print statistics kept by the HIFN driver
 # safestats: statistics kept by the SafeNet driver
 # ipsecstats: print statistics kept by fast ipsec


More information about the svn-src-head mailing list