diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-10-19 00:47:03 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-12-08 14:23:45 +0100 |
commit | f072785eb4de0ed808cbdf1e3004656cd26fc586 (patch) | |
tree | ec2c2311ea5466a12f2d6b1509dea978b7e49364 /crypto/rc2 | |
parent | Remove fipscanister from Configure, delete fips directory (diff) | |
download | openssl-f072785eb4de0ed808cbdf1e3004656cd26fc586.tar.xz openssl-f072785eb4de0ed808cbdf1e3004656cd26fc586.zip |
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/Makefile b/crypto/rc2/Makefile index b888c4c9bc..73eac347e7 100644 --- a/crypto/rc2/Makefile +++ b/crypto/rc2/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |