diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-19 17:47:56 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-19 17:47:56 -0400 |
commit | 62f6195896ecb84411313b9b932b21c9aa6381c7 (patch) | |
tree | 45958439e7f25c96f7bca0a2a9ad094f8cf963d8 | |
parent | fd36f9df811d8a75121f75131c23c19d53ea02a5 (diff) | |
download | cryptography-62f6195896ecb84411313b9b932b21c9aa6381c7.tar.gz cryptography-62f6195896ecb84411313b9b932b21c9aa6381c7.tar.bz2 cryptography-62f6195896ecb84411313b9b932b21c9aa6381c7.zip |
two seperate sentences
-rw-r--r-- | docs/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 2c17e285..f00974b4 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -46,7 +46,7 @@ Importing cryptography causes a ``RuntimeError`` about OpenSSL 0.9.8 The OpenSSL project has dropped support for the 0.9.8 release series. Since it is no longer receiving security patches from upstream, ``cryptography`` is also dropping support for it. To fix this issue you should upgrade to a newer -version of OpenSSL (1.0.1 or later), this may require you to upgrade to a newer +version of OpenSSL (1.0.1 or later). This may require you to upgrade to a newer operating system. For the 1.4 release, you can set the ``CRYPTOGRAPHY_ALLOW_OPENSSL_098`` |