aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/sha256.c')
-rw-r--r--src/microhttpd/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/sha256.c b/src/microhttpd/sha256.c
index 6f6700dc..c81cfdcd 100644
--- a/src/microhttpd/sha256.c
+++ b/src/microhttpd/sha256.c
@@ -128,7 +128,7 @@ sha256_transform (uint32_t H[_SHA256_DIGEST_LENGTH],
128 /* The W[] buffer itself will be used as the source of the data, 128 /* The W[] buffer itself will be used as the source of the data,
129 * but data will be reloaded in correct bytes order during 129 * but data will be reloaded in correct bytes order during
130 * the next steps */ 130 * the next steps */
131 data = (uint8_t*) W; 131 data = (uint8_t *) W;
132 } 132 }
133#endif /* _MHD_GET_32BIT_BE_UNALIGNED */ 133#endif /* _MHD_GET_32BIT_BE_UNALIGNED */
134 134