mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-02 01:46:53 -04:00
oid: add missing String() for QEMUTDX
This commit is contained in:
parent
c507bd7d95
commit
e80474ff7f
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ func (QEMUTDX) OID() asn1.ObjectIdentifier {
|
|||
return asn1.ObjectIdentifier{1, 3, 9900, 5, 99}
|
||||
}
|
||||
|
||||
// String returns the string representation of the OID.
|
||||
func (QEMUTDX) String() string {
|
||||
return qemuTDX
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue