summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-26 21:23:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-26 21:23:11 +0000
commita168ec1d27afc234791de0e4ee6a784bad411b22 (patch)
tree393a5aca788031ec3f185482856e7db462653ad4 /crypto/Makefile
parent2a351443276ea827c7716eb0e25933ed88444afb (diff)
Support shared library builds of FIPS capable OpenSSL, add fipscanister.o
to libcrypto.a so linking to libcrypto.a works.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 54c6b46ac0..3e5f7ae882 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -102,6 +102,7 @@ lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
+ [ -n "$(FIPSLIBDIR)" ] && $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs