Skip to content

Commit

Permalink
Patching openssl.cnf to add fips section when needed
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed May 16, 2024
1 parent c69ab7f commit e2d0a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@
make "install_fips", env: env

msys_path = ENV["MSYS2_INSTALL_DIR"] ? "#{ENV["MSYS2_INSTALL_DIR"]}" : "#{ENV["OMNIBUS_TOOLCHAIN_INSTALL_DIR"]}/embedded/bin"
command "puts '****************************************'\n"
command "puts 'My MSYS path is: #{msys_path}'"
command "puts '****************************************'\n"
command "echo '****************************************'"
command "echo 'My MSYS path is: #{msys_path}'"
command "echo '****************************************'"
if msys_path == "c:msys64"
msys_path = "c:/msys64"
end
Expand Down

0 comments on commit e2d0a42

Please sign in to comment.