spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
473 stars 236 forks source link

Document how to use on macOS #66

Closed cstrahan closed 7 years ago

cstrahan commented 7 years ago

If you use the system openssl, you get errors like:

fatal error: 'openssl/bio.h' file not found

This adds a note on how to use homebrew's openssl package.

cstrahan commented 7 years ago

I now see that this is related to: https://github.com/spacemonkeygo/openssl/pull/56

zeebo commented 7 years ago

This is being rolled up in to some other commit. Thanks.