Commit 1e739c68 authored by Michal Ludvig's avatar Michal Ludvig Committed by Stephen Hemminger

[CRYPTO]: Add module autoloads for null module.

parent 46f3dece
...@@ -94,6 +94,10 @@ static struct crypto_alg cipher_null = { ...@@ -94,6 +94,10 @@ static struct crypto_alg cipher_null = {
.cia_decrypt = null_decrypt } } .cia_decrypt = null_decrypt } }
}; };
MODULE_ALIAS("compress_null");
MODULE_ALIAS("digest_null");
MODULE_ALIAS("cipher_null");
static int __init init(void) static int __init init(void)
{ {
int ret = 0; 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