aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/hmac-sha1.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
commit705bb243b0edb4fecdab4e892f4e1cc130d36505 (patch)
tree33f2577244e56c225ecd2d1fad3c98b545c90213 /src/daemon/https/lgl/hmac-sha1.c
parentd8e2c71150f270efa38e40a33c8dda133349d231 (diff)
downloadlibmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.tar.gz
libmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.zip
indentation
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;