aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/hmac-md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/lgl/hmac-md5.c')
-rw-r--r--src/daemon/https/lgl/hmac-md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/lgl/hmac-md5.c b/src/daemon/https/lgl/hmac-md5.c
index fc6902a9..1fd943f0 100644
--- a/src/daemon/https/lgl/hmac-md5.c
+++ b/src/daemon/https/lgl/hmac-md5.c
@@ -31,7 +31,7 @@
31 31
32int 32int
33MHD_hmac_md5 (const void *key, size_t keylen, 33MHD_hmac_md5 (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_md5_ctx inner; 36 struct MHD_md5_ctx inner;
37 struct MHD_md5_ctx outer; 37 struct MHD_md5_ctx outer;