Loading Configure +0 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,6 @@ my $exp_cflags = ""; if ($fipscanisteronly == 2) { print STDERR "ADDING FIPSSYM\n"; $exp_cflags .= " -DOPENSSL_FIPSSYMS"; } Loading Makefile.fips +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD) @set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD) @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links) gentests: @(cd test && echo "generating dummy tests (if needed)..." && \ Loading Loading
Configure +0 −1 Original line number Diff line number Diff line Loading @@ -1126,7 +1126,6 @@ my $exp_cflags = ""; if ($fipscanisteronly == 2) { print STDERR "ADDING FIPSSYM\n"; $exp_cflags .= " -DOPENSSL_FIPSSYMS"; } Loading
Makefile.fips +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ links: @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER) @set -e; dir=fips target=links; $(RECURSIVE_BUILD_CMD) @set -e; dir=crypto target=links; $(RECURSIVE_BUILD_CMD) @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links) gentests: @(cd test && echo "generating dummy tests (if needed)..." && \ Loading