spacemonkeygo / openssl

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

can't compile against some versions of openssl #28

Closed lunixbochs closed 9 years ago

lunixbochs commented 9 years ago

see the comment here: https://github.com/spacemonkeygo/openssl/commit/20fdb1c6641337f12113d9a25f847cb97f6eb93f#commitcomment-10036847

probably need a C wrapper around that function, as the C type checking is looser

zeebo commented 9 years ago

This should be fixed by merging #26. Let me know if it's still a problem.