Skip to content

certstore: certstore_windows.go type error #107

Description

@chkp-idoza

After installing & importing the smimesign/certstore package, I get the following error while running my go main program:

....\go\pkg\mod\github.com\github\smimesign@v0.2.0\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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions