From a4375c4b4134427740c9b3ce992935ab5edd7da0 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 28 May 2024 08:11:07 -0700 Subject: [PATCH] Tweaking openssl to match chef-18 Signed-off-by: John --- config/software/openssl.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/software/openssl.rb b/config/software/openssl.rb index 799ffcd79..adcd2ba8a 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -310,12 +310,12 @@ else command "echo '**********************************************'" - # command "ls -al #{install_dir}/embedded/lib/engines-3" - # command "ls -al #{install_dir}/embedded/lib/ossl-modules" - # command "printenv" - # command "pwd" - # command "sudo find / -type f -name libcrypto-3*.so > file.txt" - # command "cat ./file.txt" + command "ls -al #{install_dir}/embedded/lib/engines-3" + command "ls -al #{install_dir}/embedded/lib/ossl-modules" + command "printenv" + command "pwd" + command "sudo find / -type f -name fips.so > file.txt" + command "cat ./file.txt" command "which gem" command "echo '**********************************************'"