From 5fb22f9bbc0d8e21a01e70ff712d3f394dbd5edd Mon Sep 17 00:00:00 2001 From: mom040267 Date: Sat, 20 Sep 2014 06:32:52 +0000 Subject: [PATCH] compilation warning fixed) --- src/apps/rfc5769/rfc5769check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/rfc5769/rfc5769check.c b/src/apps/rfc5769/rfc5769check.c index ec19252e..a1a93ac5 100644 --- a/src/apps/rfc5769/rfc5769check.c +++ b/src/apps/rfc5769/rfc5769check.c @@ -78,7 +78,7 @@ static int check_oauth(void) { const char mac_key[33] = "ZksjpweoixXmvn67534m"; const size_t mac_key_length=strlen(mac_key); - const uint64_t token_timestamp = 92470300704768; + const uint64_t token_timestamp = (uint64_t)(92470300704768LL); const uint32_t token_lifetime = 3600; const char kid[33] = "2783466234";