Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Konstantin Khlebnikov and committed by
David Howells
e19aaa7d 4ff15822

+3
+3
crypto/asymmetric_keys/x509_public_key.c
··· 292 292 293 293 module_init(x509_key_init); 294 294 module_exit(x509_key_exit); 295 + 296 + MODULE_DESCRIPTION("X.509 certificate parser"); 297 + MODULE_LICENSE("GPL");