Skip to content

Commit

Permalink
Warn about linking openssl on 10.11. fix #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
drduh committed Oct 15, 2015
1 parent 75bcfd4 commit 65e23d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ The version of `openssl` in El Capitan is `0.9.8zg` which is [not current](https
Apple claims OpenSSL is **deprecated** in their [Cryptographic Services Guide
](https://developer.apple.com/library/mac/documentation/Security/Conceptual/cryptoservices/GeneralPurposeCrypto/GeneralPurposeCrypto.html) document. Their version also has patches which may [surprise you](https://hynek.me/articles/apple-openssl-verification-surprises/).

Grab a recent version of OpenSSL with `brew install openssl` and ensure it's the default with `brew link --force openssl`
Grab a recent version of OpenSSL with `brew install openssl`. Note, linking brew to be used in favor of `/usr/bin/openssl` may interfere with building software. See [issue #39](https://github.com/drduh/OS-X-Yosemite-Security-and-Privacy-Guide/issues/39).

Compare the new version with the system one

Expand Down

0 comments on commit 65e23d7

Please sign in to comment.