aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-26 16:08:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-26 16:08:08 +0000
commitdf6de39fe7373808a68cc457f3efbe79a2d95ea0 (patch)
tree35eec4e1156f55093edf7d7af82c7edf8d3c8e89 /crypto/idea
parent5ca9cb7cbd6e69408221c80350e5e038cf9bfd04 (diff)
downloadopenssl-df6de39fe7373808a68cc457f3efbe79a2d95ea0.tar.gz
Change AR to ARX to allow exclusion of fips object modules
Diffstat (limited to 'crypto/idea')
-rw-r--r--crypto/idea/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/Makefile b/crypto/idea/Makefile
index b2e7add666..f35d38b194 100644
--- a/crypto/idea/Makefile
+++ b/crypto/idea/Makefile
@@ -33,7 +33,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib