From 19cf9463e7eec331efa8cc989771495964a360c0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 14 Dec 2007 13:53:32 +0000 Subject: [PATCH] When fipscanister is external ensure it is included in libcrypto.a --- fips/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1