From a168ec1d27afc234791de0e4ee6a784bad411b22 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 26 May 2011 21:23:11 +0000 Subject: Support shared library builds of FIPS capable OpenSSL, add fipscanister.o to libcrypto.a so linking to libcrypto.a works. --- crypto/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') 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 -- cgit v1.2.3