aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-12 12:53:24 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-12 12:53:24 +0000
commit6352a326c0c440b39308581b1610991747f3d34d (patch)
tree9312e0f5935b506fbf1ca85dac108b15d4db86cf /src/microhttpd/internal.h
parent69a35bc3a06cc0ef1b52c49a64f93dcb661e0989 (diff)
downloadlibmicrohttpd-6352a326c0c440b39308581b1610991747f3d34d.tar.gz
libmicrohttpd-6352a326c0c440b39308581b1610991747f3d34d.zip
struct MHD_NonceNc: use uint64_t for counter.
This produce same result on all platforms.
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 30db7e2a..73357518 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -190,7 +190,7 @@ struct MHD_NonceNc
190 * Nonce counter, a value that increases for each subsequent 190 * Nonce counter, a value that increases for each subsequent
191 * request for the same nonce. 191 * request for the same nonce.
192 */ 192 */
193 unsigned long int nc; 193 uint64_t nc;
194 194
195 /** 195 /**
196 * Nonce value: 196 * Nonce value: