Skip to content

Commit

Permalink
KEYS: Add a name for PKEY_ID_PKCS7
Browse files Browse the repository at this point in the history
Add a name for PKEY_ID_PKCS7 into the pkey_id_type_name array.

Signed-off-by: David Howells <[email protected]>
  • Loading branch information
dhowells committed Aug 12, 2015
1 parent fd19a3d commit f29299b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/asymmetric_keys/public_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ EXPORT_SYMBOL_GPL(pkey_algo);
const char *const pkey_id_type_name[PKEY_ID_TYPE__LAST] = {
[PKEY_ID_PGP] = "PGP",
[PKEY_ID_X509] = "X509",
[PKEY_ID_PKCS7] = "PKCS#7",
};
EXPORT_SYMBOL_GPL(pkey_id_type_name);

Expand Down

0 comments on commit f29299b

Please sign in to comment.