From 63149b00174905fcb41155c7ee1e20a9ed8fb050 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 May 2024 16:07:20 -0700 Subject: [PATCH] Tweaking openssl to match chef-18 Signed-off-by: John --- config/software/openssl.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/software/openssl.rb b/config/software/openssl.rb index 0afdc4d8f..62396feca 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -306,6 +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 "echo '**********************************************'"