lkml.org 
[lkml]   [2004]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] crypto_null autoload
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
--- 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;
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.029 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site