aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-03-15 12:21:45 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-03-15 12:21:45 -0400
commit06049448d94cf8a73c43755e6b929b4f871e2cbd (patch)
treeedc1f98717452c7211091d34ef0521b00b82c8a6 /docs/faq.rst
parent6ca6f4d9366b22d4f026723789dab19f99e5be44 (diff)
downloadcryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.tar.gz
cryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.tar.bz2
cryptography-06049448d94cf8a73c43755e6b929b4f871e2cbd.zip
Be on brand: it's macOS (#3456)
* Be on brand: it's macOS * line wrap
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 4327d11a..4a9fd5cd 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -14,10 +14,10 @@ to NaCl.
If you prefer NaCl's design, we highly recommend `PyNaCl`_.
-Compiling ``cryptography`` on OS X produces a ``fatal error: 'openssl/aes.h' file not found`` error
----------------------------------------------------------------------------------------------------
+Compiling ``cryptography`` on macOS produces a ``fatal error: 'openssl/aes.h' file not found`` error
+----------------------------------------------------------------------------------------------------
-This happens because OS X 10.11 no longer includes a copy of OpenSSL.
+This happens because macOS 10.11 no longer includes a copy of OpenSSL.
``cryptography`` now provides wheels which include a statically linked copy of
OpenSSL. You're seeing this error because your copy of pip is too old to find
our wheel files. Upgrade your copy of pip with ``pip install -U pip`` and then