Create fips links even if not compiling in fips mode.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 21 Feb 2011 17:45:45 +0000 (17:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 21 Feb 2011 17:45:45 +0000 (17:45 +0000)
Makefile.org

index deaf792546371afb5fde0e7b3d9aa5271924382d..80c126d8de8cb1d80d87539d38611df23eaa970e 100644 (file)
@@ -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)..." && \