X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fessiv.c;h=8bcc5bdcb2a95476227a4749f57d5a72c059bb27;hb=f158bbee9403b7bd2ad22f0c03b7e9762c20ad18;hp=d012be23d496d09f7157ee68d8541d35a89e3f7d;hpb=68beef571071014ef34a3beac65fe2af7e8e3cf6;p=linux-2.6-microblaze.git 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);