From: Ben Laurie Date: Sat, 30 Aug 2003 13:19:03 +0000 (+0000) Subject: Build the test program when needed. X-Git-Tag: BEN_FIPS_TEST_1~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aac38617739273c5951228fb377ed0d9a3af44a8;p=oweals%2Fopenssl.git Build the test program when needed. --- 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