aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-08 23:30:34 -0800
committerSteven Fackler <[email protected]>2015-02-08 23:31:46 -0800
commit6ef819f9718c3b43551461b72c531c2eeee878f9 (patch)
tree4788a3c2a2ac6f425ab1b7317bc88bd1ebfc57d1 /README.md
parentMerge pull request #156 from s-panferov/patch-1 (diff)
downloadrust-openssl-6ef819f9718c3b43551461b72c531c2eeee878f9.tar.xz
rust-openssl-6ef819f9718c3b43551461b72c531c2eeee878f9.zip
Fix builds against 0.9.x OpenSSL
Namely builds on OSX
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 4216ca78..f97332e7 100644
--- a/README.md
+++ b/README.md
@@ -40,17 +40,6 @@ Rust install's libs folder. The default should be:
respectively.
5. Run `cargo build`.
-###OS X
-
-OS X is shipped with extremely outdated openssl. We recommend to update it. If you're using Homebrew it should be as easy as:
-
-```bash
-brew install openssl
-brew link openssl --force
-```
-
-Note that you need to execute `cargo clean` in your project directory to rebuild `rust-openssl` with the new version of `openssl`.
-
###Testing
Several tests expect a local test server to be running to bounce requests off
of. It's easy to do this. Open a separate terminal window and `cd` to the