diff options
Diffstat (limited to 'docs/faq.rst')
-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`` |