diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-01-26 17:08:08 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-01-26 17:08:08 +0100 |
commit | df6de39fe7373808a68cc457f3efbe79a2d95ea0 (patch) | |
tree | 35eec4e1156f55093edf7d7af82c7edf8d3c8e89 /crypto/bn/Makefile | |
parent | FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERR (diff) | |
download | openssl-df6de39fe7373808a68cc457f3efbe79a2d95ea0.tar.xz openssl-df6de39fe7373808a68cc457f3efbe79a2d95ea0.zip |
Change AR to ARX to allow exclusion of fips object modules
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r-- | crypto/bn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index fc767926bb..5301fb80b9 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -56,7 +56,7 @@ bnbug: bnbug.c ../../libcrypto.a top cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |