Postpone linking of shared libcrypto in FIPS build.

This commit is contained in:
Andy Polyakov
2004-12-09 18:03:23 +00:00
parent 5868130e7a
commit bd5a2195de

View File

@@ -95,7 +95,9 @@ lib: $(LIBOBJ)
shared: buildinf.h lib subdirs
if [ -n "$(SHARED_LIBS)" ]; then \
if ! egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
(cd ..; $(MAKE) $(SHARED_LIB)); \
fi \
fi
libs: