diff options
Diffstat (limited to 'src/microhttpd/sha256.c')
-rw-r--r-- | src/microhttpd/sha256.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c index 846a43b7..908bbda2 100644 --- a/src/microhttpd/sha256.c +++ b/src/microhttpd/sha256.c | |||
@@ -62,6 +62,7 @@ MHD_SHA256_init (void *ctx_) | |||
62 | ctx->count = 0; | 62 | ctx->count = 0; |
63 | } | 63 | } |
64 | 64 | ||
65 | |||
65 | /** | 66 | /** |
66 | * Number of bytes in single SHA-256 word | 67 | * Number of bytes in single SHA-256 word |
67 | * used to process data | 68 | * used to process data |
@@ -246,6 +247,7 @@ sha256_transform (uint32_t H[_SHA256_DIGEST_LENGTH], | |||
246 | H[7] += h; | 247 | H[7] += h; |
247 | } | 248 | } |
248 | 249 | ||
250 | |||
249 | /** | 251 | /** |
250 | * Process portion of bytes. | 252 | * Process portion of bytes. |
251 | * | 253 | * |