aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha256.h')
-rw-r--r--src/microhttpd/sha256.h4
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 */
77void 77void
78MHD_SHA256_update (void *ctx_, 78MHD_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/**