[PATCH] crypto_null autoload

From: Michal Ludvig
Date: Thu Apr 22 2004 - 16:19:07 EST


Hi,

the attached patch enables autoload of crypto_null module. Please apply.

Michal Ludvig
--
SUSE Labs mludvig@xxxxxxx
(+420) 296.545.373 http://www.suse.cz
Personal homepage http://www.logix.cz/michal
--- linux-2.6.5.orig/crypto/crypto_null.c 2004-04-04 05:36:58.000000000 +0200
+++ linux-2.6.5/crypto/crypto_null.c 2004-04-22 22:47:22.323413336 +0200
@@ -94,6 +94,10 @@
.cia_decrypt = null_decrypt } }
};

+MODULE_ALIAS("compress_null");
+MODULE_ALIAS("digest_null");
+MODULE_ALIAS("cipher_null");
+
static int __init init(void)
{
int ret = 0;