зеркало из https://github.com/github/smimesign.git
Fix certstore windows cmsg type error when building using go v1.18
Signed-off-by: El Mostafa IDRASSI <el-mostafa.idrassi@prestalab.net>
This commit is contained in:
Родитель
c8d763ae50
Коммит
1010540edd
|
@ -637,7 +637,7 @@ func (c errCode) Error() string {
|
||||||
if cmsg == nil {
|
if cmsg == nil {
|
||||||
return fmt.Sprintf("Error %X", int(c))
|
return fmt.Sprintf("Error %X", int(c))
|
||||||
}
|
}
|
||||||
defer C.LocalFree(C.HLOCAL(cmsg))
|
defer C.LocalFree(C.HLOCAL(unsafe.Pointer(cmsg)))
|
||||||
|
|
||||||
gomsg := C.GoString(cmsg)
|
gomsg := C.GoString(cmsg)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче