mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
oid: add missing String() for QEMUTDX
This commit is contained in:
parent
c507bd7d95
commit
e80474ff7f
@ -197,6 +197,7 @@ func (QEMUTDX) OID() asn1.ObjectIdentifier {
|
|||||||
return asn1.ObjectIdentifier{1, 3, 9900, 5, 99}
|
return asn1.ObjectIdentifier{1, 3, 9900, 5, 99}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// String returns the string representation of the OID.
|
||||||
func (QEMUTDX) String() string {
|
func (QEMUTDX) String() string {
|
||||||
return qemuTDX
|
return qemuTDX
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user