spacemonkeygo / openssl

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

Type error when downloading #25

Closed tjenkins0 closed 9 years ago

tjenkins0 commented 9 years ago

I get the following when I get the package:

go get github.com/spacemonkeygo/openssl

github.com/spacemonkeygo/openssl

/root/go/src/github.com/spacemonkeygo/openssl/dhparam.go:48: cannot use params (type _Ctype_DH) as type _Ctype_struct_dh_st in field value /root/go/src/github.com/spacemonkeygo/openssl/dhparam.go:50: cannot use dhparams.dh (type _Ctype_struct_dh_st) as type _Ctype_DH in function argument /root/go/src/github.com/spacemonkeygo/openssl/dhparam.go:61: cannot use dh.dh (type _Ctype_struct_dh_st) as type _Ctype_DH in function argument

zeebo commented 9 years ago

What version of go are you using? Running go version will tell you.

tjenkins0 commented 9 years ago

go version go1.2.2 linux/amd64

zeebo commented 9 years ago

I'm not able to reproduce. What version of openssl are you using?

zeebo commented 9 years ago

I'm closing this due to inactivity and being unable to reproduce. Please reopen if you have more information to provide.