Closed
Description
In El Capitan OpenSSL's libraries are still provided but headers have been removed from the OS X SDKs. As a result, you should no longer encourage the use of brew link openssl --force
as clang
's default link and library paths mean that you may end up using newer Homebrew OpenSSL headers but link against the older, system version.
For a reproduction example see https://gist.github.com/tdsmith/4b502c5cc6e7d358acdf
Metadata
Metadata
Assignees
Labels
No labels