Commit 65fd6d802e8bd8ff404ce87e62437745de4460a7

Thomas de Grivel 2024-10-26T12:56:45

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/libkc3/crypt.h b/libkc3/crypt.h
index f630c07..98588e5 100644
--- a/libkc3/crypt.h
+++ b/libkc3/crypt.h
@@ -21,8 +21,8 @@
 
 #include "types.h"
 
-bool * crypt_check_password (const s_str *pass, const s_str *hash,
-                             bool *dest);
+bool *  crypt_check_password (const s_str *pass, const s_str *hash,
+                              bool *dest);
 s_str * crypt_hash_password (const s_str *pass, s_str *dest);
 s_str * crypt_sha512 (const s_str *key, const s_str *setting,
                       s_str *dest);