diff options
| -rw-r--r-- | crypto/asymmetric_keys/x509_public_key.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/x509_public_key.c b/crypto/asymmetric_keys/x509_public_key.c index 87612642f1b1..6abc27f2e8a5 100644 --- a/crypto/asymmetric_keys/x509_public_key.c +++ b/crypto/asymmetric_keys/x509_public_key.c | |||
| @@ -292,3 +292,6 @@ static void __exit x509_key_exit(void) | |||
| 292 | 292 | ||
| 293 | module_init(x509_key_init); | 293 | module_init(x509_key_init); |
| 294 | module_exit(x509_key_exit); | 294 | module_exit(x509_key_exit); |
| 295 | |||
| 296 | MODULE_DESCRIPTION("X.509 certificate parser"); | ||
| 297 | MODULE_LICENSE("GPL"); | ||
