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 <[email protected]>
  • Loading branch information
johnmccrae committed Apr 25, 2024
1 parent 363b28d commit e6b6b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
if windows?
# Needed now that we switched to msys2 and have not figured out how to tell
# it how to statically link yet
if version..satisfies?("~> 3.0.0") && fips_mode?
if version.satisfies?("~> 3.0.0") && fips_mode?
require 'find'
puts "***************************"
puts "** Searching for Openssl **"
Expand Down

0 comments on commit e6b6b06

Please sign in to comment.