Skip to content

Commit

Permalink
Got it! have to adjust FIPS now, moving FIPS support back to the main…
Browse files Browse the repository at this point in the history
… openssl.rb file for v3 and laster in onnibus-software

Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed Apr 25, 2024
1 parent 075d3ad commit c5512e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@
msys_path = ENV["MSYS2_INSTALL_DIR"] ? "#{ENV["MSYS2_INSTALL_DIR"]}" : "#{ENV["OMNIBUS_TOOLCHAIN_INSTALL_DIR"]}/embedded/bin"
windows_path = "#{msys_path}/usr/local/bin/#{file}"
puts "checking for this file: #{windows_path}"
require 'find'
Find.find('openssl.exe') { |f| puts f }
if File.exist?(windows_path)
puts "writing openssl file #{file} to the /embedded directory"
copy windows_path, "#{install_dir}/embedded/bin/#{file}"
Expand Down

0 comments on commit c5512e1

Please sign in to comment.