diff --git a/config/software/openssl.rb b/config/software/openssl.rb index c0526308e..cab3893bb 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -160,6 +160,9 @@ end if version.start_with? "1.0" + command "puts '********** finding the dev crypto file ********'" + command "find / -name eng_cryptodev.c -type f" + command "puts '********** 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"