Skip to content

Commit

Permalink
Fix test for TPM 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Jan 13, 2023
1 parent a3f530a commit a712630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attest/tpm12_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (t *trousersTPM) loadKey(opaqueBlob []byte) (*Key, error) {
return nil, fmt.Errorf("not implemented")
}

func (t *trousersTPM) deleteKey(opaqueBlob []byte) (*Key, error) {
func (t *trousersTPM) deleteKey(opaqueBlob []byte) error {
return nil, fmt.Errorf("not implemented")
}

Expand Down

0 comments on commit a712630

Please sign in to comment.