aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha1.h')
-rw-r--r--src/microhttpd/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/sha1.h b/src/microhttpd/sha1.h
index 851a4429..9a3847e0 100644
--- a/src/microhttpd/sha1.h
+++ b/src/microhttpd/sha1.h
@@ -78,7 +78,7 @@ struct sha1_ctx
78/** 78/**
79 * Initialise structure for SHA-1 calculation. 79 * Initialise structure for SHA-1 calculation.
80 * 80 *
81 * @param ctx must be a `struct sha1_ctx *` 81 * @param ctx_ must be a `struct sha1_ctx *`
82 */ 82 */
83void 83void
84MHD_SHA1_init (void *ctx_); 84MHD_SHA1_init (void *ctx_);