1
0
Fork 0

X.509: add module description and license

This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Signed-off-by: David Howells <dhowells@redhat.com>
hifive-unleashed-5.1
Konstantin Khlebnikov 2013-09-17 15:14:55 +04:00 committed by David Howells
parent 4ff1582297
commit e19aaa7d43
1 changed files with 3 additions and 0 deletions

View File

@ -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");