[CRYPTO] sha: Add module aliases for sha1 / sha256
authorMichal Ludvig <michal@logix.cz>
Sat, 8 Jul 2006 22:59:38 +0000 (08:59 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:40:20 +0000 (11:40 +1000)
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 <michal@logix.cz>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found