aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-18 23:47:03 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:23:45 +0000
commitf072785eb4de0ed808cbdf1e3004656cd26fc586 (patch)
treeec2c2311ea5466a12f2d6b1509dea978b7e49364 /crypto/dsa
parent78c990c156ba79521e98728e9a604b4c5cc8adec (diff)
downloadopenssl-f072785eb4de0ed808cbdf1e3004656cd26fc586.tar.gz
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/dsa')
-rw-r--r--crypto/dsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/Makefile b/crypto/dsa/Makefile
index f64130bfa9..5fef4ca5ad 100644
--- a/crypto/dsa/Makefile
+++ b/crypto/dsa/Makefile
@@ -35,7 +35,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(ARX) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib