Skip to content

Commit a712630

Browse files
committed
Fix test for TPM 1.2
1 parent a3f530a commit a712630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attest/tpm12_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (t *trousersTPM) loadKey(opaqueBlob []byte) (*Key, error) {
112112
return nil, fmt.Errorf("not implemented")
113113
}
114114

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

0 commit comments

Comments
 (0)