lkml.org 
[lkml]   [2013]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 2/2] X.509: add module description and license
    From
    Date
    This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel.

    Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
    ---
    crypto/asymmetric_keys/x509_public_key.c | 3 +++
    1 file changed, 3 insertions(+)

    diff --git a/crypto/asymmetric_keys/x509_public_key.c b/crypto/asymmetric_keys/x509_public_key.c
    index 06007f0..0325212 100644
    --- a/crypto/asymmetric_keys/x509_public_key.c
    +++ b/crypto/asymmetric_keys/x509_public_key.c
    @@ -237,3 +237,6 @@ static void __exit x509_key_exit(void)

    module_init(x509_key_init);
    module_exit(x509_key_exit);
    +
    +MODULE_DESCRIPTION("X.509 certificate parser");
    +MODULE_LICENSE("GPL");


    \
     
     \ /
      Last update: 2013-09-17 13:41    [W:3.623 / U:1.216 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site