aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/hmac-sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/lgl/hmac-sha1.c')
-rw-r--r--src/daemon/https/lgl/hmac-sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/lgl/hmac-sha1.c b/src/daemon/https/lgl/hmac-sha1.c
index 5d341cb4..4d2e4f37 100644
--- a/src/daemon/https/lgl/hmac-sha1.c
+++ b/src/daemon/https/lgl/hmac-sha1.c
@@ -31,7 +31,7 @@
31 31
32int 32int
33MHD_hmac_sha1 (const void *key, size_t keylen, 33MHD_hmac_sha1 (const void *key, size_t keylen,
34 const void *in, size_t inlen, void *resbuf) 34 const void *in, size_t inlen, void *resbuf)
35{ 35{
36 struct MHD_sha1_ctx inner; 36 struct MHD_sha1_ctx inner;
37 struct MHD_sha1_ctx outer; 37 struct MHD_sha1_ctx outer;