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 4a90c233..55962d72 100644
--- a/src/microhttpd/sha256.h
+++ b/src/microhttpd/sha256.h
@@ -87,7 +87,7 @@ MHD_SHA256_update (void *ctx_,
87 * @param[out] digest set to the hash, must be #SHA256_DIGEST_SIZE bytes 87 * @param[out] digest set to the hash, must be #SHA256_DIGEST_SIZE bytes
88 */ 88 */
89void 89void
90sha256_finish (void *ctx_, 90MHD_SHA256_finish (void *ctx_,
91 uint8_t digest[SHA256_DIGEST_SIZE]); 91 uint8_t digest[SHA256_DIGEST_SIZE]);
92 92
93#endif /* MHD_SHA256_H */ 93#endif /* MHD_SHA256_H */