Revert "Use CertType zero value as nothing"

This reverts commit e8214eecbf.
This commit is contained in:
tigp
2018-07-09 02:01:38 +02:00
parent e8214eecbf
commit 9e782e9dd9

View File

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