You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
$ 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
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!
The text was updated successfully, but these errors were encountered: