spacemonkeygo / openssl

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

Only compile X509_check_* functions when building against openssl < 1.0.2 #29

Closed gabrielrussell closed 9 years ago

gabrielrussell commented 9 years ago

It appears that X509_check_host, X509_check_ip, and X509_check_email have been implemented in openssl-1.0.2 . Turning off the locally provided versions allows us to compile against openssl-1.0.2

jtolio commented 9 years ago

Nice!