diff --git a/config/software/openssl.rb b/config/software/openssl.rb index cab3893bb..eed319fd9 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -160,9 +160,9 @@ end if version.start_with? "1.0" - command "puts '********** finding the dev crypto file ********'" + command "echo '********** finding the dev crypto file ********'" command "find / -name eng_cryptodev.c -type f" - command "puts '********** Done finding the dev crypto file ********'" + command "echo '********** Done finding the dev crypto file ********'" patch source: "openssl-1.0.1f-do-not-build-docs.patch", env: patch_env patch source: "openssl-1.0.2zi-freebsd-nocryptodev.patch", env: patch_env elsif version.start_with? "1.1"