Skip to content

Commit

Permalink
adding fips.dll to the package
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress,com>
  • Loading branch information
John McCrae committed May 1, 2024
1 parent 6e775a6 commit 0043b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
msys_path = ENV["MSYS2_INSTALL_DIR"] ? "#{ENV["MSYS2_INSTALL_DIR"]}" : "#{ENV["OMNIBUS_TOOLCHAIN_INSTALL_DIR"]}/embedded/bin"

if windows?
%w{ openssl.so libcrypto-3-x64.dll libssl-3-x64.dll openssl.exe }.each do |file|
%w{ fips.dll openssl.so libcrypto-3-x64.dll libssl-3-x64.dll openssl.exe }.each do |file|
copy "#{msys_path}/usr/local/bin/#{file}", "#{install_dir}/embedded/bin/#{file}"
end
# # Needed now that we switched to msys2 and have not figured out how to tell
Expand Down

0 comments on commit 0043b68

Please sign in to comment.