Use CertType zero value as nothing
This commit is contained in:
@@ -56,7 +56,7 @@ type SignDataSignature struct {
|
||||
}
|
||||
|
||||
const (
|
||||
ApprovalSignature = iota
|
||||
ApprovalSignature = iota + 1
|
||||
CertificationSignature
|
||||
UsageRightsSignature
|
||||
)
|
||||
|
Reference in New Issue
Block a user