Remove references to cryptotest

This commit is contained in:
Warner Losh 2004-01-22 05:57:48 +00:00
parent d3b68bf14c
commit e6fb5181c4

View File

@ -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