summaryrefslogtreecommitdiff
path: root/firmware/2lib/2sha512.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/2sha512.c')
-rw-r--r--firmware/2lib/2sha512.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/2sha512.c b/firmware/2lib/2sha512.c
index fedc8b7a..e1f2601f 100644
--- a/firmware/2lib/2sha512.c
+++ b/firmware/2lib/2sha512.c
@@ -170,8 +170,8 @@ void vb2_sha512_init(struct vb2_sha512_context *ctx)
}
static void vb2_sha512_transform(struct vb2_sha512_context *ctx,
- const uint8_t *message,
- unsigned int block_nb)
+ const uint8_t *message,
+ unsigned int block_nb)
{
/* Note that these arrays use 88*8=704 bytes of stack */
uint64_t w[80];