smimesign
smimesign copied to clipboard
certstore: certstore_windows.go type error
After installing & importing the smimesign/certstore package, I get the following error while running my go main program:
....\go\pkg\mod\github.com\github\[email protected]\certstore\certstore_windows.go:640:29: cannot convert cmsg (variable of type *_Ctype_char) to type _Ctype_HANDLE
the only code I have added is the following:
store, err := certstore.Open()
if err != nil {
fmt.Println(err)
}
defer store.Close()
Is there a way to fix this ?
The same is happening to me
Should be fixed by #114