Skip to content
Snippets Groups Projects
Commit e19aaa7d authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov Committed by David Howells
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -292,3 +292,6 @@ static void __exit x509_key_exit(void) ...@@ -292,3 +292,6 @@ static void __exit x509_key_exit(void)
module_init(x509_key_init); module_init(x509_key_init);
module_exit(x509_key_exit); module_exit(x509_key_exit);
MODULE_DESCRIPTION("X.509 certificate parser");
MODULE_LICENSE("GPL");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment