From: Michal Ludvig Date: Sat, 8 Jul 2006 22:59:38 +0000 (+1000) Subject: [CRYPTO] sha: Add module aliases for sha1 / sha256 X-Git-Tag: v2.6.19-rc1~1297^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3be9a6d9a78bb820f5242f43b98f38b0ca610a6;p=pandora-kernel.git [CRYPTO] sha: Add module aliases for sha1 / sha256 Crypto modules should be loadable by their .cra_driver_name, so we should make MODULE_ALIAS()es with these names. This patch adds aliases for SHA1 and SHA256 only as that's what we need for PadLock-SHA driver. Signed-off-by: Michal Ludvig Signed-off-by: Herbert Xu --- Reading git-diff-tree failed