measurements: Add length field for WithAllBytes

This commit is contained in:
Nils Hanke 2023-03-10 11:33:06 +01:00 committed by Malte Poll
parent fe3622d982
commit 9e987778e0
16 changed files with 227 additions and 221 deletions

View file

@ -35,7 +35,7 @@ func main() {
if err != nil {
log.With(zap.Error(err)).Fatalf("Failed to read TPM measurements")
}
case oid.QEMUTDX{}:
case variant.QEMUTDX{}:
m, err = tdx.Measurements()
if err != nil {
log.With(zap.Error(err)).Fatalf("Failed to read Intel TDX measurements")