openssl@1.1: remove references to pre-Mavericks.
This commit is contained in:
parent
2d29e397b8
commit
af162c3ea4
1 changed files with 0 additions and 5 deletions
|
@ -16,11 +16,6 @@ class OpensslAT11 < Formula
|
|||
keg_only :provided_by_macos,
|
||||
"openssl/libressl is provided by macOS so don't link an incompatible version"
|
||||
|
||||
# Only needs 5.10 to run, but needs >5.13.4 to run the testsuite.
|
||||
# https://github.com/openssl/openssl/blob/4b16fa791d3ad8/README.PERL
|
||||
# The MacOS ML tag is same hack as the way we handle most :python deps.
|
||||
depends_on "perl" if MacOS.version <= :mountain_lion
|
||||
|
||||
# SSLv2 died with 1.1.0, so no-ssl2 no longer required.
|
||||
# SSLv3 & zlib are off by default with 1.1.0 but this may not
|
||||
# be obvious to everyone, so explicitly state it for now to
|
||||
|
|
Loading…
Reference in a new issue