summaryrefslogtreecommitdiff
path: root/crypto/bf
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/bf
parent78c990c156ba79521e98728e9a604b4c5cc8adec (diff)
downloadopenssl-new-f072785eb4de0ed808cbdf1e3004656cd26fc586.tar.gz
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 1eaa8212c7..dd2c2c708e 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -38,7 +38,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(ARX) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib