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 19, 2024
1 parent 46804fd commit feb3bbf
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 @@ -22,7 +22,7 @@

dependency "cacerts"
# For OpenSSL versions < 3, we have to compile FIPS separately
dependency "openssl-fips" if (fips_mode? && version.satisfies?("< 3")
dependency "openssl-fips" if (fips_mode? && version.satisfies?("< 3"))

default_version "1.0.2zg" # do_not_auto_update

Expand Down

0 comments on commit feb3bbf

Please sign in to comment.