From b9e0f0e1603c78b6ab35a80621c483ab02a076a5 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 22 Jan 2004 05:57:48 +0000 Subject: Remove references to cryptotest --- tools/tools/crypto/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/tools/crypto/Makefile b/tools/tools/crypto/Makefile index 978ea33..9e01977 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 -- cgit v1.1