Create fips links even if not compiling in fips mode.
This commit is contained in:
parent
37eae9909a
commit
620baecf91
@ -517,6 +517,9 @@ links:
|
|||||||
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
|
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
|
||||||
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
|
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
|
||||||
@set -e; target=links; $(RECURSIVE_BUILD_CMD)
|
@set -e; target=links; $(RECURSIVE_BUILD_CMD)
|
||||||
|
@if [ -z "$(FIPSCANLIB)" ]; then \
|
||||||
|
set -e; target=links; dir=fips ; $(BUILD_CMD) ; \
|
||||||
|
fi
|
||||||
|
|
||||||
gentests:
|
gentests:
|
||||||
@(cd test && echo "generating dummy tests (if needed)..." && \
|
@(cd test && echo "generating dummy tests (if needed)..." && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user