openssl@1.1: remove references to pre-Mavericks.

This commit is contained in:
Mike McQuaid 2019-01-24 18:35:02 +00:00
parent 2d29e397b8
commit af162c3ea4
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -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