Mention el cap changes in readme

This commit is contained in:
Steven Fackler 2015-11-28 17:18:47 -08:00
parent f4336a902b
commit 1d09eec734
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ sudo pacman -S openssl
OpenSSL 0.9.8 is preinstalled on OSX. Some features are only available when OpenSSL 0.9.8 is preinstalled on OSX. Some features are only available when
linking against OpenSSL 1.0.0 or greater; see below on how to point linking against OpenSSL 1.0.0 or greater; see below on how to point
rust-openssl to a separate installation. rust-openssl to a separate installation. OSX releases starting at 10.11, "El
Capitan", no longer include OpenSSL headers which will prevent the `openssl`
crate from compiling.
### Windows ### Windows