diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-23 12:14:36 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-23 12:14:36 -0500 |
commit | 4fe07e84d38846be71dd42471b4a86710b9b808e (patch) | |
tree | e8508dbdebbee10424f5c7c5505e4e2caba71d2d /docs | |
parent | 7e5c96fcc3773960dcb2c44520954dc14db5d72d (diff) | |
parent | 355174a147e616cf76b02761b6a5ffbe74f90243 (diff) | |
download | cryptography-4fe07e84d38846be71dd42471b4a86710b9b808e.tar.gz cryptography-4fe07e84d38846be71dd42471b4a86710b9b808e.tar.bz2 cryptography-4fe07e84d38846be71dd42471b4a86710b9b808e.zip |
Merge pull request #2545 from reaperhulk/death-to-mac-098
remove all mac 0.9.8 tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 61f9348e..16c42d2d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -26,7 +26,6 @@ OpenSSL releases: * ``OpenSSL 0.9.8e-fips-rhel5`` (``RHEL/CentOS 5``) * ``OpenSSL 0.9.8k`` -* ``OpenSSL 0.9.8-latest`` (The most recent 0.9.8 release) * ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``) * ``OpenSSL 1.0.1`` * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``) @@ -194,6 +193,7 @@ This will install a compiler (clang) along with (most of) the required development headers. You'll also need OpenSSL, which you can obtain from `Homebrew`_ or `MacPorts`_. +Cryptography does **not** support Apple's deprecated OpenSSL distribution. To build cryptography and dynamically link it: |