Loading util/mk1mf.pl +7 −4 Original line number Diff line number Diff line Loading @@ -455,10 +455,13 @@ for (;;) } close(IN); if ($orig_platform eq 'copy') { # Remove opensslconf.h so it doesn't get updated if we configure a # different branch. $exheader =~ s/[^ ]+\/opensslconf.h//; $header =~ s/[^ ]+\/opensslconf.h//; } if ($fips) { Loading Loading
util/mk1mf.pl +7 −4 Original line number Diff line number Diff line Loading @@ -455,10 +455,13 @@ for (;;) } close(IN); if ($orig_platform eq 'copy') { # Remove opensslconf.h so it doesn't get updated if we configure a # different branch. $exheader =~ s/[^ ]+\/opensslconf.h//; $header =~ s/[^ ]+\/opensslconf.h//; } if ($fips) { Loading