summaryrefslogtreecommitdiff
path: root/trusty_gatekeeper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty_gatekeeper.cpp')
-rw-r--r--trusty_gatekeeper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty_gatekeeper.cpp b/trusty_gatekeeper.cpp
index 248540e..2e461cf 100644
--- a/trusty_gatekeeper.cpp
+++ b/trusty_gatekeeper.cpp
@@ -185,7 +185,7 @@ void TrustyGateKeeper::ComputeSignature(uint8_t* signature,
}
uint64_t TrustyGateKeeper::GetMillisecondsSinceBoot() const {
- status_t rc;
+ int rc;
int64_t secure_time_ns = 0;
rc = gettime(0, 0, &secure_time_ns);
if (rc != NO_ERROR) {