Use CertType zero value as nothing

This commit is contained in:
tigp
2018-07-09 02:00:50 +02:00
parent 7d7627a52f
commit e8214eecbf

View File

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