There is no aestest currently. The EVP tester is used to check the

AES algorithm.
This commit is contained in:
Richard Levitte 2002-01-25 07:52:25 +00:00
parent f1c2a9de45
commit 72165799a8

View File

@ -21,7 +21,8 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG) CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile GENERAL=Makefile
TEST=aestest.c #TEST=aestest.c
TEST=
APPS= APPS=
LIB=$(TOP)/libcrypto.a LIB=$(TOP)/libcrypto.a