diff options
Diffstat (limited to 'server/util/sha512crypt.h')
-rw-r--r-- | server/util/sha512crypt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/util/sha512crypt.h b/server/util/sha512crypt.h new file mode 100644 index 00000000..5512c5d9 --- /dev/null +++ b/server/util/sha512crypt.h @@ -0,0 +1,4 @@ + +int s3crypt_sha512(TALLOC_CTX *mmectx, + const char *key, const char *salt, char **_hash); +int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt); |