Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. A CA file has been bootstrapped using certificates from the system
  2. keychain. To add additional certificates, place .pem files in
  3. /usr/local/etc/openssl/certs
  4.  
  5. and run
  6. /usr/local/opt/openssl/bin/c_rehash
  7.  
  8. This formula is keg-only, which means it was not symlinked into /usr/local.
  9.  
  10. Mac OS X already provides this software and installing another version in
  11. parallel can cause all kinds of trouble.
  12.  
  13. Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries
  14.  
  15. Generally there are no consequences of this for you. If you build your
  16. own software and it requires this formula, you'll need to add to your
  17. build variables:
  18.  
  19. LDFLAGS: -L/usr/local/opt/openssl/lib
  20. CPPFLAGS: -I/usr/local/opt/openssl/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement