diff options
author | James Morris <james.l.morris@oracle.com> | 2014-08-05 16:52:01 +0200 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2014-08-05 16:52:01 +0200 |
commit | 478d085524c57cf4283699f529d5a4c22188ea69 (patch) | |
tree | e97cdfff78867f247871be7f89341f087c766311 /include/crypto | |
parent | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next (diff) | |
parent | X.509: Need to export x509_request_asymmetric_key() (diff) | |
download | linux-478d085524c57cf4283699f529d5a4c22188ea69.tar.xz linux-478d085524c57cf4283699f529d5a4c22188ea69.zip |
Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/public_key.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index fc09732613ad..0d164c6af539 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h @@ -98,4 +98,8 @@ struct key; extern int verify_signature(const struct key *key, const struct public_key_signature *sig); +extern struct key *x509_request_asymmetric_key(struct key *keyring, + const char *issuer, + const char *key_id); + #endif /* _LINUX_PUBLIC_KEY_H */ |