summaryrefslogtreecommitdiff
path: root/include/crypto/internal/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/hash.h')
-rw-r--r--include/crypto/internal/hash.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/crypto/internal/hash.h b/include/crypto/internal/hash.h
deleted file mode 100644
index 3973047b..00000000
--- a/include/crypto/internal/hash.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _CRYPTO_INTERNAL_HASH_H
-#define _CRYPTO_INTERNAL_HASH_H
-
-#include <crypto/algapi.h>
-#include <crypto/hash.h>
-
-int crypto_register_shash(struct shash_alg *alg);
-
-static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm)
-{
- return container_of(tfm, struct crypto_shash, base);
-}
-
-#endif /* _CRYPTO_INTERNAL_HASH_H */
-