From: Richard Levitte Date: Fri, 25 Jan 2002 07:52:25 +0000 (+0000) Subject: There is no aestest currently. The EVP tester is used to check the X-Git-Tag: OpenSSL_0_9_7-beta1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72165799a8b99b729c8ae7942ff3b61c92f62983;p=openssl There is no aestest currently. The EVP tester is used to check the AES algorithm. --- diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl index ea7dad5734..a618f3ef9b 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