diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-21 18:49:07 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-21 18:49:07 -0800 |
commit | 1e19c4606d9ea02f6757666abba3e19c47bd65f7 (patch) | |
tree | be6eaff723047f3e2ec48cb7fbdaa38fe0aaff5c /docs | |
parent | 66e0651c9aa759d0ede4e93315876a4f9f62ed8f (diff) | |
parent | 96a08277045b8f82672403b17fe4385ac01537f4 (diff) | |
download | cryptography-1e19c4606d9ea02f6757666abba3e19c47bd65f7.tar.gz cryptography-1e19c4606d9ea02f6757666abba3e19c47bd65f7.tar.bz2 cryptography-1e19c4606d9ea02f6757666abba3e19c47bd65f7.zip |
Merge pull request #1687 from reaperhulk/update-freebsd-ossl-version
OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1
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 30f50646..c061903e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -30,7 +30,7 @@ OpenSSL releases: * ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``) * ``OpenSSL 1.0.1`` * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``) -* ``OpenSSL 1.0.1e-freebsd`` +* ``OpenSSL 1.0.1j-freebsd`` * ``OpenSSL 1.0.1-latest`` (The most recent 1.0.1 release) * ``OpenSSL 1.0.2`` |