X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fkeywrap.c;h=3517773bc7f732b06f947c238744d75ae70c7e80;hb=4aa364443d023fab08c9dd4fe6785e8b73f6eaeb;hp=0355cce21b1e21711df1fadb26e67ecfd9b952de;hpb=e951445f4d3b5d0df69c0c5d18ab1e9058c20e52;p=linux-2.6-microblaze.git diff --git a/crypto/keywrap.c b/crypto/keywrap.c index 0355cce21b1e..3517773bc7f7 100644 --- a/crypto/keywrap.c +++ b/crypto/keywrap.c @@ -85,6 +85,7 @@ #include #include #include +#include #include struct crypto_kw_block { @@ -316,3 +317,4 @@ MODULE_LICENSE("Dual BSD/GPL"); MODULE_AUTHOR("Stephan Mueller "); MODULE_DESCRIPTION("Key Wrapping (RFC3394 / NIST SP800-38F)"); MODULE_ALIAS_CRYPTO("kw"); +MODULE_IMPORT_NS(CRYPTO_INTERNAL);