diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/asymmetric_keys/pkcs7_key_type.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/pkcs7_key_type.c b/crypto/asymmetric_keys/pkcs7_key_type.c index 197ecdc0a5a1..3de5fb011de0 100644 --- a/crypto/asymmetric_keys/pkcs7_key_type.c +++ b/crypto/asymmetric_keys/pkcs7_key_type.c | |||
@@ -70,7 +70,7 @@ error: | |||
70 | * user defined keys take an arbitrary string as the description and an | 70 | * user defined keys take an arbitrary string as the description and an |
71 | * arbitrary blob of data as the payload | 71 | * arbitrary blob of data as the payload |
72 | */ | 72 | */ |
73 | struct key_type key_type_pkcs7 = { | 73 | static struct key_type key_type_pkcs7 = { |
74 | .name = "pkcs7_test", | 74 | .name = "pkcs7_test", |
75 | .def_lookup_type = KEYRING_SEARCH_LOOKUP_DIRECT, | 75 | .def_lookup_type = KEYRING_SEARCH_LOOKUP_DIRECT, |
76 | .preparse = pkcs7_preparse, | 76 | .preparse = pkcs7_preparse, |