diff --git a/config/software/openssl.rb b/config/software/openssl.rb index a31b95686..32b4bdfc9 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -232,6 +232,6 @@ command "#{windows? ? "Perl.exe" : ""} ./util/wrap.pl -fips #{install_dir}/embedded/bin/openssl list -provider-path providers -provider fips -providers" command "#{install_dir}/embedded/bin/openssl list -providers" command "echo '🤔🐴💩 <<< openssl dir >>>'" - command "ls #{install_dir}" + command "find #{install_dir} -name '*ssl*'" end end