Commit e19aaa7d authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by David Howells

X.509: add module description and license

This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel.
Signed-off-by: default avatarKonstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 4ff15822
......@@ -292,3 +292,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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment