Skip to content

Commit

Permalink
X.509: add module description and license
Browse files Browse the repository at this point in the history
This patch fixes lack of license, otherwise x509_key_parser.ko taints kernel.

Signed-off-by: Konstantin Khlebnikov <[email protected]>
Signed-off-by: David Howells <[email protected]>
  • Loading branch information
koct9i authored and dhowells committed Sep 25, 2013
1 parent 4ff1582 commit e19aaa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypto/asymmetric_keys/x509_public_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit e19aaa7

Please sign in to comment.