Commit 72165799 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

AES algorithm.
parent f1c2a9de
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)

GENERAL=Makefile
TEST=aestest.c
#TEST=aestest.c
TEST=
APPS=

LIB=$(TOP)/libcrypto.a