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:
e26ad0c
)
Do not link nonexistent file.
author
Ben Laurie
<ben@openssl.org>
Wed, 18 Feb 2009 10:43:10 +0000
(10:43 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 18 Feb 2009 10:43:10 +0000
(10:43 +0000)
fips/aes/Makefile
patch
|
blob
|
history
diff --git
a/fips/aes/Makefile
b/fips/aes/Makefile
index 403525d4c01445c11fc19b87587223be20527e17..7b8b3a26de5d245187184b37f6147b5106814528 100644
(file)
--- a/
fips/aes/Makefile
+++ b/
fips/aes/Makefile
@@
-22,7
+22,6
@@
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST=fips_aesavs.c
-TESTDATA=fips_aes_data
APPS=
LIB=$(TOP)/libcrypto.a
@@
-50,7
+49,6
@@
files:
links:
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST)
- @$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TESTDATA)
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)
install: