| Index: src/platform/tpm_lite/src/tlcl/generator.c
|
| diff --git a/src/platform/tpm_lite/src/tlcl/generator.c b/src/platform/tpm_lite/src/tlcl/generator.c
|
| index f3762f48ab961e28f1bf5989af897fb7e4a6c8e0..1e48481e22c0c952fc50389608fc82b8322cc6bf 100644
|
| --- a/src/platform/tpm_lite/src/tlcl/generator.c
|
| +++ b/src/platform/tpm_lite/src/tlcl/generator.c
|
| @@ -191,7 +191,7 @@ Command* BuildStartupCommand(void) {
|
| }
|
|
|
| Command* BuildSelftestfullCommand(void) {
|
| - int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE);
|
| + int size = kTpmRequestHeaderLength;
|
| Command* cmd = newCommand(TPM_ORD_SelfTestFull, size);
|
| cmd->name = "tpm_selftestfull_cmd";
|
| return cmd;
|
|
|