public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto_null autoload
@ 2004-04-22 21:17 Michal Ludvig
  2004-04-23 14:06 ` James Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Ludvig @ 2004-04-22 21:17 UTC (permalink / raw)
  To: David S. Miller, James Morris; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

Hi,

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

Michal Ludvig
-- 
SUSE Labs                    mludvig@suse.cz
(+420) 296.545.373        http://www.suse.cz
Personal homepage http://www.logix.cz/michal

[-- Attachment #2: kernel-cryptonull.diff --]
[-- Type: text/plain, Size: 353 bytes --]

--- 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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-04-27 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-22 21:17 [PATCH] crypto_null autoload Michal Ludvig
2004-04-23 14:06 ` James Morris
2004-04-27 12:36   ` Michal Ludvig
2004-04-27 17:26     ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox