summaryrefslogtreecommitdiffstats
path: root/crypto/dh/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-26 15:47:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-26 15:47:19 +0000
commit83c3410b94ae3c845142fdfb55e245273846ecf0 (patch)
tree615ddefe67a58243808f0ae245c58eb39ec710fa /crypto/dh/Makefile
parent20818e00fd718d961ce861e384de768be1bca36f (diff)
FIPS DH changes: selftest checks and key range checks.
Diffstat (limited to 'crypto/dh/Makefile')
-rw-r--r--crypto/dh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/Makefile b/crypto/dh/Makefile
index f23b4f7fde..173bf0912b 100644
--- a/crypto/dh/Makefile
+++ b/crypto/dh/Makefile
@@ -35,7 +35,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib