diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index e9ffb28a..e91369ad 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -268,7 +268,7 @@ struct MHD_NonceNc | |||
268 | * 'nc' value. | 268 | * 'nc' value. |
269 | * This 'nc' value was already used by the client. | 269 | * This 'nc' value was already used by the client. |
270 | */ | 270 | */ |
271 | uint64_t nc; | 271 | uint32_t nc; |
272 | 272 | ||
273 | /** | 273 | /** |
274 | * Bitmask over the previous 64 nonce counter values (down to to nc-64). | 274 | * Bitmask over the previous 64 nonce counter values (down to to nc-64). |