diff options
author | Kazuki Yamaguchi <[email protected]> | 2020-03-09 15:23:32 +0900 |
---|---|---|
committer | Kazuki Yamaguchi <[email protected]> | 2020-03-10 17:41:01 +0900 |
commit | 28f3e038805a4f396f228c6884c531677c075867 (patch) | |
tree | d3950d1127ecb614e2eb81bbf8bd6ac039cf81a2 /ext/openssl/lib/openssl.rb | |
parent | aa3a7d6d74f1beb4feaf6a2334b67ecf6ca00cc8 (diff) |
digest: do not depend on ext/openssl/deprecation.rb
ext/openssl/deprecation.rb has been removed in ext/openssl upstream[1].
It was originally introduced to detect and prevent linking against
Apple's bundled (and very outdated) version of OpenSSL. It is long gone
and the header files do not exist in current versions of macOS.
The dependency in ext/digest was introduced by commit 26e258c807c2.
Note that the original issue[2] is resolved without this dependency.
The commit also added the pkg_config("openss") call to match what
ext/openssl does.
[1] https://github.com/ruby/openssl/pull/333
[2] https://bugs.ruby-lang.org/issues/6379
Diffstat (limited to 'ext/openssl/lib/openssl.rb')
0 files changed, 0 insertions, 0 deletions