There is no aestest currently. The EVP tester is used to check the
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Jan 2002 07:52:25 +0000 (07:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Jan 2002 07:52:25 +0000 (07:52 +0000)
AES algorithm.

crypto/aes/Makefile.ssl

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