Skip to content

Commit

Permalink
found the fips.dll path and now correctly moving it to the package fo…
Browse files Browse the repository at this point in the history
…lder

Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed May 2, 2024
1 parent 634f42b commit aa6f53f
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 @@ -243,7 +243,7 @@
copy "#{msys_path}/usr/local/bin/#{file}", "#{install_dir}/embedded/bin/#{file}"
end

%w{ fips.dll }.each do |file|
%w{ legacy.dll fips.dll }.each do |file|
copy "#{msys_path}/usr/local/lib64/ossl-modules/#{file}", "#{install_dir}/embedded/bin/#{file}"
end

Expand Down

0 comments on commit aa6f53f

Please sign in to comment.