Commit 69a7bf9b authored by Michal Ludvig's avatar Michal Ludvig Committed by David S. Miller

[CRYPTO]: Add module aliases for des and sha512.

parent fe437899
......@@ -1269,6 +1269,8 @@ static struct crypto_alg des3_ede_alg = {
.cia_decrypt = des3_ede_decrypt } }
};
MODULE_ALIAS("des3_ede");
static int __init init(void)
{
int ret = 0;
......
......@@ -348,6 +348,8 @@ static struct crypto_alg sha384 = {
}
};
MODULE_ALIAS("sha384");
static int __init init(void)
{
int ret = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment