summaryrefslogtreecommitdiffstats
path: root/src/include/usr/secureboot/trustedbootif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/secureboot/trustedbootif.H')
-rw-r--r--src/include/usr/secureboot/trustedbootif.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/secureboot/trustedbootif.H b/src/include/usr/secureboot/trustedbootif.H
index 8b7fe8104..72849c2eb 100644
--- a/src/include/usr/secureboot/trustedbootif.H
+++ b/src/include/usr/secureboot/trustedbootif.H
@@ -53,7 +53,7 @@ namespace TRUSTEDBOOT
// Structure that contains the TPM quote data and the size thereof
struct _QuoteDataOut
{
- size_t size; // the size (bytes) of the data pointer
+ uint32_t size; // the size (bytes) of the data pointer
uint8_t* data; // the actual quote data
_QuoteDataOut() : size(0), data(nullptr)
{
OpenPOWER on IntegriCloud