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 24, 2024
1 parent e30b14c commit 856df5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@
"libssl-3-x64",
]

puts "My Msys install dir is: #{ENV["MSYS2_INSTALL_DIR"]} "
puts "My Msys path is : #{msys_path}"
puts "******************************************************"
puts "** My Msys install dir is: #{ENV["MSYS2_INSTALL_DIR"]} **"
puts "******************************************************"

dlls.each do |dll|
mingw = ENV["MSYSTEM"].downcase
Expand Down

0 comments on commit 856df5d

Please sign in to comment.