diff options
| author | Steven Fackler <[email protected]> | 2015-11-28 17:18:47 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-28 17:19:08 -0800 |
| commit | 1d09eec7342c6490baace9568575dfc83f4e64e2 (patch) | |
| tree | a3c9172a80a37174f9667b367614a94e80463aa1 | |
| parent | Merge branch 'release' (diff) | |
| download | rust-openssl-1d09eec7342c6490baace9568575dfc83f4e64e2.tar.xz rust-openssl-1d09eec7342c6490baace9568575dfc83f4e64e2.zip | |
Mention el cap changes in readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,9 @@ sudo pacman -S openssl 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 -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 |