aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha1.c')
-rw-r--r--src/microhttpd/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/sha1.c b/src/microhttpd/sha1.c
index 9888cbfe..1e9da5c7 100644
--- a/src/microhttpd/sha1.c
+++ b/src/microhttpd/sha1.c
@@ -116,7 +116,7 @@ sha1_transform (uint32_t H[_SHA1_DIGEST_LENGTH],
116 /* The W[] buffer itself will be used as the source of the data, 116 /* The W[] buffer itself will be used as the source of the data,
117 * but data will be reloaded in correct bytes order during 117 * but data will be reloaded in correct bytes order during
118 * the next steps */ 118 * the next steps */
119 data = (uint8_t*) W; 119 data = (uint8_t *) W;
120 } 120 }
121#endif /* _MHD_GET_32BIT_BE_UNALIGNED */ 121#endif /* _MHD_GET_32BIT_BE_UNALIGNED */
122 122