summaryrefslogtreecommitdiffstats
path: root/crypto/md4
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/md4
parent5ca9cb7cbd6e69408221c80350e5e038cf9bfd04 (diff)
Change AR to ARX to allow exclusion of fips object modules
Diffstat (limited to 'crypto/md4')
-rw-r--r--crypto/md4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile
index c94a1398ed..11866d7588 100644
--- a/crypto/md4/Makefile
+++ b/crypto/md4/Makefile
@@ -34,7 +34,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib