Use 1 for certification

This commit is contained in:
tigp
2018-08-13 18:29:29 +02:00
parent ac2be7b9c2
commit c0f2009983

View File

@@ -56,8 +56,8 @@ type SignDataSignature struct {
}
const (
ApprovalSignature = iota + 1
CertificationSignature
CertificationSignature = iota + 1
ApprovalSignature
UsageRightsSignature
)