Skip to content

Commit

Permalink
Tweaking openssl to match chef-18
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed May 24, 2024
1 parent 63149b0 commit 86b7a33
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 @@ -306,7 +306,7 @@
command "echo '**********************************************'"
command "ls -al #{install_dir}/embedded/lib/engines-3"
command "ls -al #{install_dir}/embedded/lib/ossl-modules"
command "find / -type f -name fips.so"
command "sudo find / -type f -name fips.so"
command "echo '**********************************************'"


Expand Down

0 comments on commit 86b7a33

Please sign in to comment.