diff options
Diffstat (limited to 'src/microhttpd/sha256.h')
-rw-r--r-- | src/microhttpd/sha256.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/sha256.h b/src/microhttpd/sha256.h index 319277ff..f4c84e2c 100644 --- a/src/microhttpd/sha256.h +++ b/src/microhttpd/sha256.h | |||
@@ -76,8 +76,8 @@ MHD_SHA256_init (void *ctx_); | |||
76 | */ | 76 | */ |
77 | void | 77 | void |
78 | MHD_SHA256_update (void *ctx_, | 78 | MHD_SHA256_update (void *ctx_, |
79 | const uint8_t *data, | 79 | const uint8_t *data, |
80 | size_t length); | 80 | size_t length); |
81 | 81 | ||
82 | 82 | ||
83 | /** | 83 | /** |