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 19, 2024
1 parent e51e7ac commit 89975a3
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 @@ -211,7 +211,7 @@
end

if version.start_with?("3") && fips_mode?
make "install install_fips", env: env
make "install_sw install_ssldirs install_fips", env: env
else
make "install", env: env
end
Expand Down

0 comments on commit 89975a3

Please sign in to comment.