From 72165799a8b99b729c8ae7942ff3b61c92f62983 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 25 Jan 2002 07:52:25 +0000 Subject: [PATCH] There is no aestest currently. The EVP tester is used to check the AES algorithm. --- crypto/aes/Makefile.ssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl index ea7dad573..a618f3ef9 100644 --- a/crypto/aes/Makefile.ssl +++ b/crypto/aes/Makefile.ssl @@ -21,7 +21,8 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -TEST=aestest.c +#TEST=aestest.c +TEST= APPS= LIB=$(TOP)/libcrypto.a