X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fapi.c;h=0a0f41ef255ff4b48e69cebdf26db12157a72c52;hb=b3363997a62d67f76f388c629673094935209d16;hp=a2496d1bc6d42234dba6477580a9ddafed6759a9;hpb=6e5565f949af1322f8f3d3f43d044645ae448499;p=linux-2.6-omap-h63xx.git diff --git a/crypto/api.c b/crypto/api.c index a2496d1bc6d..0a0f41ef255 100644 --- a/crypto/api.c +++ b/crypto/api.c @@ -445,3 +445,6 @@ int crypto_has_alg(const char *name, u32 type, u32 mask) return ret; } EXPORT_SYMBOL_GPL(crypto_has_alg); + +MODULE_DESCRIPTION("Cryptographic core API"); +MODULE_LICENSE("GPL");