From 620baecf91fcc11dab5e8369bce11c1edd47543d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 21 Feb 2011 17:45:45 +0000 Subject: [PATCH] Create fips links even if not compiling in fips mode. --- Makefile.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.org b/Makefile.org index deaf792546..80c126d8de 100644 --- a/Makefile.org +++ b/Makefile.org @@ -517,6 +517,9 @@ links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @set -e; target=links; $(RECURSIVE_BUILD_CMD) + @if [ -z "$(FIPSCANLIB)" ]; then \ + set -e; target=links; dir=fips ; $(BUILD_CMD) ; \ + fi gentests: @(cd test && echo "generating dummy tests (if needed)..." && \ -- 2.40.0