summaryrefslogtreecommitdiff
path: root/crypto/tea.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tea.c')
-rw-r--r--crypto/tea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tea.c b/crypto/tea.c
index 73ad43e55405..b8f7001cb139 100644
--- a/crypto/tea.c
+++ b/crypto/tea.c
@@ -299,6 +299,7 @@ static void __exit tea_mod_fini(void)
crypto_unregister_alg(&xeta_alg);
}
+MODULE_ALIAS_CRYPTO("tea");
MODULE_ALIAS_CRYPTO("xtea");
MODULE_ALIAS_CRYPTO("xeta");