summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 17:45:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 17:45:45 +0000
commit620baecf91fcc11dab5e8369bce11c1edd47543d (patch)
treeb84a168133914839a9fa52af5685fc57638c0538 /Makefile.org
parent37eae9909ac51f2e3f42ab825a040aff099e7861 (diff)
Create fips links even if not compiling in fips mode.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 3 insertions, 0 deletions
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)..." && \