mirror of
https://github.com/google/go-attestation.git
synced 2025-06-16 14:08:20 +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:
committed by
Matthew Garrett
parent
cc244b36f4
commit
4ad1cc2bf5
@ -390,7 +390,7 @@ type ComponentAddress struct {
|
|||||||
|
|
||||||
type ComponentClass struct {
|
type ComponentClass struct {
|
||||||
ComponentClassRegistry asn1.ObjectIdentifier
|
ComponentClassRegistry asn1.ObjectIdentifier
|
||||||
ComponentClassValue string
|
ComponentClassValue []byte
|
||||||
}
|
}
|
||||||
|
|
||||||
type ComponentIdentifierV2 struct {
|
type ComponentIdentifierV2 struct {
|
||||||
|
Reference in New Issue
Block a user