From 649ef0faefce468b3e37c3dc7432c09c29ea4209 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Fri, 24 Feb 2017 16:54:01 +0100 Subject: [PATCH] forgotten trailing space --- src/hashes/sha2/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashes/sha2/sha256.c b/src/hashes/sha2/sha256.c index 255c7ec..13ec9e6 100644 --- a/src/hashes/sha2/sha256.c +++ b/src/hashes/sha2/sha256.c @@ -27,7 +27,7 @@ const struct ltc_hash_descriptor sha256_desc = /* OID */ { 2, 16, 840, 1, 101, 3, 4, 2, 1, }, 9, - + &sha256_init, &sha256_process, &sha256_done,