mirror of
https://github.com/google/go-attestation.git
synced 2025-04-15 15:06:43 +00:00
Fix type for ComponentClassValue
This is an octet string (ie, an array of bytes) rather than a string. Fix it to be []byte.
This commit is contained in:
parent
cc244b36f4
commit
4ad1cc2bf5
@ -390,7 +390,7 @@ type ComponentAddress struct {
|
||||
|
||||
type ComponentClass struct {
|
||||
ComponentClassRegistry asn1.ObjectIdentifier
|
||||
ComponentClassValue string
|
||||
ComponentClassValue []byte
|
||||
}
|
||||
|
||||
type ComponentIdentifierV2 struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user