X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=crypto%2Fessiv.c;h=8bcc5bdcb2a95476227a4749f57d5a72c059bb27;hp=d012be23d496d09f7157ee68d8541d35a89e3f7d;hb=4a8176fd62aa7fa86599efcbd3631af272b109d8;hpb=72af7b411d50eddcfed7611c4510a62dfac3fcb9 diff --git a/crypto/essiv.c b/crypto/essiv.c index d012be23d496..8bcc5bdcb2a9 100644 --- a/crypto/essiv.c +++ b/crypto/essiv.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include @@ -643,3 +644,4 @@ module_exit(essiv_module_exit); MODULE_DESCRIPTION("ESSIV skcipher/aead wrapper for block encryption"); MODULE_LICENSE("GPL v2"); MODULE_ALIAS_CRYPTO("essiv"); +MODULE_IMPORT_NS(CRYPTO_INTERNAL);