From aac38617739273c5951228fb377ed0d9a3af44a8 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 30 Aug 2003 13:19:03 +0000 Subject: [PATCH] Build the test program when needed. --- fips/aes/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl index d0cd299ad6..ddecf55b70 100644 --- a/fips/aes/Makefile.ssl +++ b/fips/aes/Makefile.ssl @@ -70,7 +70,7 @@ tests: fips_aesavs: fips_aesavs.o ../../libcrypto.a $(CC) $(CFLAGS) -o fips_aesavs fips_aesavs.o ../../libcrypto.a -fips_test: top +fips_test: top fips_aesavs find ../testvectors/aes/req -name '*.req' > testlist -rm -rf ../testvectors/aes/rsp mkdir ../testvectors/aes/rsp -- 2.25.1