From: Dr. Stephen Henson Date: Fri, 14 Dec 2007 13:53:32 +0000 (+0000) Subject: When fipscanister is external ensure it is included in libcrypto.a X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=19cf9463e7eec331efa8cc989771495964a360c0;p=oweals%2Fopenssl.git When fipscanister is external ensure it is included in libcrypto.a --- diff --git a/fips/Makefile b/fips/Makefile index 314a627462..8976e82ec3 100644 --- a/fips/Makefile +++ b/fips/Makefile @@ -139,6 +139,7 @@ links: # lib: and $(LIB): are splitted to avoid end-less loop lib: $(LIB) + [ "$(FIPSCANISTERINTERNAL)" = "n" ] && $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC) @touch lib $(LIB): $(FIPSLIBDIR)fipscanister.o