X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Fkeywrap.c;h=3517773bc7f732b06f947c238744d75ae70c7e80;hb=a2590d69893f232cbb79d149dbbb456a1febca22;hp=0355cce21b1e21711df1fadb26e67ecfd9b952de;hpb=6f4134b30b6ee33e2fd4d602099e6c5e60d0351a;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);