Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running into cannot use uintptr(unsafe.Pointer(sslPara)) (type uintptr) as type syscall.Pointer in field value #960

Open
dperic123 opened this issue Dec 21, 2018 · 5 comments

Comments

@dperic123
Copy link

dperic123 commented Dec 21, 2018

Hello,

I saw there was a fix somewhere for this but when i tried it, I still had issues. Maybe someone can walm me through it?

c:>go get -u github.com/cloudflare/cfssl/cmd/cfssl/ github.com/cloudflare/cfssl/vendor/github.com/google/certificate-transparency-go/x509
Users\Dan\go\src\github.com\cloudflare\cfssl\vendor\github.com\google\certificate-transparency-go\x509\root_windows.go:112:3: cannot use uintptr(unsafe.Pointer(sslPara)) (type uintptr) as type syscall.Pointer in field value

c:>go version
go version go1.11.4 windows/amd64

Please let me know if you can help!

image

@stormon-force
Copy link

I'm having a similar problem. Is there a link to a previous solution for this issue?

@Triptophan
Copy link

Triptophan commented Feb 1, 2019

$ go version
go version go1.11.5 windows/amd64

$ go get -u github.com/cloudflare/cfssl/cmd/cfssl
github.com/cloudflare/cfssl/vendor/github.com/google/certificate-transparency-go/x509
C:\Users\dkohler\go\src\github.com\cloudflare\cfssl\vendor\github.com\google\certificate-transparency-go\x509\root_windows.go:112:3: cannot use uintptr(unsafe.Pointer(sslPara)) (type uintptr) as type syscall.Pointer in field value

image

I'm having the same issue.

@naphta
Copy link

naphta commented May 30, 2019

Are there any plans of fixing this issue?

Appears to be fixable if google/certificate-transparency-go#284 is anything to go on.

@Bowenislandsong
Copy link

Is this going to be fixed?

@gavin-shakespeare
Copy link

I'm also having the same issue, anyone can help me fix? or guide me how to fix this issue? Thanks a lot in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants