From 43ae14745c588f31c9ceb058645577cf2a5ce810 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 May 2026 20:09:27 +0200 Subject: Add librecrypt_verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- librecrypt_hash_binary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librecrypt_hash_binary.c') diff --git a/librecrypt_hash_binary.c b/librecrypt_hash_binary.c index 7efb81e..7539604 100644 --- a/librecrypt_hash_binary.c +++ b/librecrypt_hash_binary.c @@ -4,7 +4,7 @@ ssize_t -librecrypt_hash_binary(char *restrict out_buffer, size_t size, const char *phrase, size_t len, const char *settings, void *reserved) +librecrypt_hash_binary(void *restrict out_buffer, size_t size, const char *phrase, size_t len, const char *settings, void *reserved) { return librecrypt_hash_(out_buffer, size, phrase, len, settings, reserved, BINARY_HASH); } -- cgit v1.2.3-70-g09d2