From e6fb5181c4ed0a78c796bd0b9f26f9165d1ddc8f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 22 Jan 2004 05:57:48 +0000 Subject: [PATCH] Remove references to cryptotest --- tools/tools/crypto/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/tools/crypto/Makefile b/tools/tools/crypto/Makefile index 978ea33464f8..9e0197796b94 100644 --- a/tools/tools/crypto/Makefile +++ b/tools/tools/crypto/Makefile @@ -25,16 +25,12 @@ # SUCH DAMAGE. # -ALL= cryptotest cryptokeytest cryptostats \ +ALL= cryptokeytest cryptostats \ ubsecstats hifnstats ipsecstats safestats BINDIR= /usr/local/bin all: ${ALL} -# program to test symmetric crypto functions -cryptotest: cryptotest.c - ${CC} -o cryptotest cryptotest.c - # program to test asymmetric crypto functions cryptokeytest: cryptokeytest.c ${CC} -o cryptokeytest cryptokeytest.c -lcrypto