commit | 652f076f7fab74dc3159e3f9122ff17eb689dbc2 | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Mon Apr 13 10:23:20 2015 -0700 |
committer | Andres Morales <anmorales@google.com> | Mon Apr 13 10:23:20 2015 -0700 |
tree | 45c529d2555ce3c23af5ff5460b03ee1df730d83 | |
parent | 58bb246744cf767c3d4aeb65a4fae1207fc4e86b [diff] [blame] |
Make timestamp 64-bit Change-Id: I5d0f14a0bfda5cfc5e483836bb63e76b3334b95d
diff --git a/gatekeeper.cpp b/gatekeeper.cpp index cae98e8..b8e51e7 100644 --- a/gatekeeper.cpp +++ b/gatekeeper.cpp
@@ -140,7 +140,7 @@ } void GateKeeper::MintAuthToken(UniquePtr<uint8_t> *auth_token, uint32_t *length, - uint32_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, + uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, uint64_t challenge) { if (auth_token == NULL) return;