summaryrefslogtreecommitdiffstats
path: root/src/util/sha512crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sha512crypt.h')
-rw-r--r--src/util/sha512crypt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/sha512crypt.h b/src/util/sha512crypt.h
new file mode 100644
index 000000000..5512c5d96
--- /dev/null
+++ b/src/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);