projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0162fa
)
Build the test program when needed.
author
Ben Laurie
<ben@openssl.org>
Sat, 30 Aug 2003 13:19:03 +0000
(13:19 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 30 Aug 2003 13:19:03 +0000
(13:19 +0000)
fips/aes/Makefile.ssl
patch
|
blob
|
history
diff --git
a/fips/aes/Makefile.ssl
b/fips/aes/Makefile.ssl
index d0cd299ad68c8165139cc85ab274b19f7390578c..ddecf55b7034cfef41e09d2a0643b9f06bf59e4d 100644
(file)
--- 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