summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/trusted/trustedbootCmds.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/trusted/trustedbootCmds.C')
-rw-r--r--src/usr/secureboot/trusted/trustedbootCmds.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/secureboot/trusted/trustedbootCmds.C b/src/usr/secureboot/trusted/trustedbootCmds.C
index d498af25d..62fec182b 100644
--- a/src/usr/secureboot/trusted/trustedbootCmds.C
+++ b/src/usr/secureboot/trusted/trustedbootCmds.C
@@ -313,7 +313,7 @@ errlHndl_t tpmUnmarshalResponseData(uint32_t i_commandCode,
size_t i_outBufSize)
{
errlHndl_t err = TB_SUCCESS;
- uint8_t* sBuf = i_respBuf;
+ const uint8_t* sBuf = i_respBuf;
int stage = 0;
TRACDCOMP( g_trac_trustedboot,
OpenPOWER on IntegriCloud