summaryrefslogtreecommitdiffstats
path: root/server/util/sha512crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/util/sha512crypt.h')
-rw-r--r--server/util/sha512crypt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/util/sha512crypt.h b/server/util/sha512crypt.h
deleted file mode 100644
index 5512c5d96..000000000
--- a/server/util/sha512crypt.h
+++ /dev/null
@@ -1,4 +0,0 @@
-
-int s3crypt_sha512(TALLOC_CTX *mmectx,
- const char *key, const char *salt, char **_hash);
-int s3crypt_gen_salt(TALLOC_CTX *memctx, char **_salt);