summaryrefslogtreecommitdiff
path: root/crypto/ablkcipher.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-02-23 11:12:06 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-02-23 11:12:06 +0800
commit19b2cd2a5501654fa36272e117a3af6a21108e31 (patch)
treeb4ec610601bb6027f3b44e19685b86eb49b4214b /crypto/ablkcipher.c
parente80829107b8f7545e23879080ded4a758800ab95 (diff)
downloadlinux-crypto-19b2cd2a5501654fa36272e117a3af6a21108e31.tar.gz
linux-crypto-19b2cd2a5501654fa36272e117a3af6a21108e31.zip
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
For compatibility with dm-crypt initramfs setups it is useful to merge chainiv/seqiv into the crypto_blkcipher module. Since they're required by most algorithms anyway this is an acceptable trade-off. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ablkcipher.c')
-rw-r--r--crypto/ablkcipher.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c
index 3bcb099b..94140b37 100644
--- a/crypto/ablkcipher.c
+++ b/crypto/ablkcipher.c
@@ -341,6 +341,3 @@ err:
return ERR_PTR(err);
}
EXPORT_SYMBOL_GPL(crypto_alloc_ablkcipher);
-
-MODULE_LICENSE("GPL");
-MODULE_DESCRIPTION("Asynchronous block chaining cipher type");