From: Dr. Stephen Henson Date: Mon, 21 Feb 2011 17:45:45 +0000 (+0000) Subject: Create fips links even if not compiling in fips mode. X-Git-Tag: OpenSSL-fips-2_0-rc1~719 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=620baecf91fcc11dab5e8369bce11c1edd47543d;p=openssl Create fips links even if not compiling in fips mode. --- 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)..." && \