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

Uniptr exception in Windows (again) #734

Closed
kingaj12 opened this issue Oct 8, 2020 · 1 comment
Closed

Uniptr exception in Windows (again) #734

kingaj12 opened this issue Oct 8, 2020 · 1 comment

Comments

@kingaj12
Copy link

kingaj12 commented Oct 8, 2020

This is the same issue in #284 that was closed and fixed in #286

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

I am using Go 1.14

@kingaj12
Copy link
Author

kingaj12 commented Oct 8, 2020

Fixed this by inserting this line in go.mod

require github.com/google/certificate-transparency-go v1.1.1 

@kingaj12 kingaj12 closed this as completed Oct 8, 2020
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

1 participant