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 23, 2024
1 parent 7be2b9e commit d5352ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,10 @@
make "install", env: env
end

# if windows?
# command "find / -name openssl.exe"
# end
if windows?
command "find / -name openssl.exe"
command "find / -name libcrypto-3-x64.dll"
end

# make "install", env: env

Expand Down

0 comments on commit d5352ba

Please sign in to comment.