summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-25 07:52:25 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-25 07:52:25 +0000
commit72165799a8b99b729c8ae7942ff3b61c92f62983 (patch)
treef6a08d68224792a4121a6e36c5daf963b7f16caa /crypto/aes
parentf1c2a9de458b175dd6831cb742b34a7ef8d87aa8 (diff)
There is no aestest currently. The EVP tester is used to check the
AES algorithm.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
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