Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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");