Use uint for CertType for better compatibility

This commit is contained in:
tigp
2018-06-24 19:34:55 +02:00
parent 9d836af0c9
commit af18f0bd57

View File

@@ -51,7 +51,7 @@ type InfoData struct {
type SignDataSignature struct {
Approval bool
CertType uint32
CertType uint
Info SignDataSignatureInfo
}