| Index: firmware/lib/tpm_lite/include/tlcl.h
|
| diff --git a/firmware/lib/tpm_lite/include/tlcl.h b/firmware/lib/tpm_lite/include/tlcl.h
|
| index 09ccb9f2859d2dd689086809f069b8f4433c3943..e5ff63adce159ed013e411702e58e17018aa4ea3 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl.h
|
| @@ -29,7 +29,7 @@ void TlclOpenDevice(void);
|
|
|
| /* Send data to the TPM and receive a response. Returns 0 if success,
|
| * nonzero if error. */
|
| -uint32_t TlclStubSendReceive(uint8_t* request, int request_length,
|
| +uint32_t TlclStubSendReceive(const uint8_t* request, int request_length,
|
| uint8_t* response, int max_length);
|
|
|
| /*****************************************************************************/
|
|
|