aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
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: