From 7f5da97d1078fbeee7ef6125802ab2c7092079e0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Feb 2019 13:48:27 +0100 Subject: Minor fixes and tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digest.c') diff --git a/digest.c b/digest.c index 492f6e2..5dc1600 100644 --- a/digest.c +++ b/digest.c @@ -11,7 +11,7 @@ * @param output The output buffer for the hash */ void -libsha2_digest(struct libsha2_state *restrict state, const char *restrict message, size_t msglen, char *output) +libsha2_digest(struct libsha2_state *restrict state, const char *message, size_t msglen, char *output) { size_t off, i, n; -- cgit v1.2.3-70-g09d2