spacemonkeygo / openssl

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

Fix build with openssl compiled with OPENSSL_NO_SSL3_METHOD #71

Closed dequis closed 7 years ago

dequis commented 7 years ago

Also known as the "no-ssl3-method" configure parameter, which some linux distros use.

Fixes #49, inspired by ncopa's patch but done in a clean way.

zeebo commented 7 years ago

This is being rolled up into another commit adding support for openssl 1.1.0. Thanks.

dequis commented 7 years ago

For the record, #76