Enumerate signature type from 1 instead of 0

This commit is contained in:
tigp
2018-07-15 23:26:04 +02:00
parent 9e782e9dd9
commit 89b4a16334

View File

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