diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-09 09:07:14 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-09 09:07:14 -0500 |
commit | 6a070e2f768debc64c1ffbdcc285f83fa9912d5c (patch) | |
tree | 22f9af0df33c3c56d1ba452c0ff9bdc1179021c2 | |
parent | 0fa997bf8b24ea0f200a2b80042c7cdead08a587 (diff) | |
download | cryptography-6a070e2f768debc64c1ffbdcc285f83fa9912d5c.tar.gz cryptography-6a070e2f768debc64c1ffbdcc285f83fa9912d5c.tar.bz2 cryptography-6a070e2f768debc64c1ffbdcc285f83fa9912d5c.zip |
le sigh
-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 a1b52071..363a350f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -15,7 +15,7 @@ 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 ----------------------------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------- This happens because OS X 10.11 no longer includes a copy of OpenSSL. ``cryptography`` now provides wheels which include a statically linked copy of |