mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix enable-fips builds on Windows
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15550)
This commit is contained in:
parent
31b7f23d2f
commit
e47ed5fe1f
@ -65,7 +65,7 @@ FIPSMODULE={- # We do some extra checking here, as there should be only one
|
||||
&& $unified_info{attributes}->{modules}->{$_}->{fips} }
|
||||
@{$unified_info{modules}};
|
||||
die "More that one FIPS module" if scalar @fipsmodules > 1;
|
||||
join(" ", map { basename(platform->dso($_)) } @fipsmodules) -}
|
||||
join(" ", map { platform->dso($_) } @fipsmodules) -}
|
||||
FIPSMODULENAME={- die "More that one FIPS module" if scalar @fipsmodules > 1;
|
||||
join(", ", map { basename(platform->dso($_)) } @fipsmodules) -}
|
||||
PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRAMS) -}
|
||||
|
Loading…
Reference in New Issue
Block a user