From 3b08dec5ee634f83ee18e1753d5ffe0ac5e3c458 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 29 Jul 2010 16:34:00 +0200 Subject: Move crypto functions into its own subdir A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. --- src/util/sha512crypt.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/util/sha512crypt.h (limited to 'src/util/sha512crypt.h') diff --git a/src/util/sha512crypt.h b/src/util/sha512crypt.h deleted file mode 100644 index 5512c5d9..00000000 --- a/src/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); -- cgit