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:
b56cb7c
)
Typo in EXCL_OBJ list
author
Andy Polyakov
<appro@openssl.org>
Mon, 23 Jul 2007 16:35:30 +0000
(16:35 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 23 Jul 2007 16:35:30 +0000
(16:35 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 6a19e9e898d02b0b5171c30770728eef4aa443f7..363cd02280b3813cc476c5a3789e8684c79693d5 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-323,7
+323,7
@@
build_libs: build_crypto build_fips build_ssl build_engines
build_crypto:
if [ -n "$(FIPSCANLIB)" ]; then \
- EXCL_OBJ='$(AES_ASM_OBJ) $(BN_ASM) $(DES_ENC) $(CPUID_OBJ) $(SHA_ASM_OBJ) $(FIPS_EX_OBJ)' ; export EXCL_OBJ ; \
+ EXCL_OBJ='$(AES_ASM_OBJ) $(BN_ASM) $(DES_ENC) $(CPUID_OBJ) $(SHA
1
_ASM_OBJ) $(FIPS_EX_OBJ)' ; export EXCL_OBJ ; \
ARX='$(PERL) $${TOP}/util/arx.pl $(AR)' ; \
else \
ARX='${AR}' ; \