I can't link OpenSSL in OS X Sierra 10.12.3. The command I tried to link is brew link --force openssl
.
And the warning is:
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
How to resolve this issue?