diff options
author | David Howells <dhowells@redhat.com> | 2016-04-06 17:14:25 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-04-11 23:41:56 +0200 |
commit | 9eb029893ad5bf9303ed7f145860b312cbe5f889 (patch) | |
tree | d68958292bb88d58bbd653bbbdd5b17debba78b0 /crypto/asymmetric_keys/asymmetric_keys.h | |
parent | KEYS: Move x509_request_asymmetric_key() to asymmetric_type.c (diff) | |
download | linux-9eb029893ad5bf9303ed7f145860b312cbe5f889.tar.xz linux-9eb029893ad5bf9303ed7f145860b312cbe5f889.zip |
KEYS: Generalise x509_request_asymmetric_key()
Generalise x509_request_asymmetric_key(). It doesn't really have any
dependencies on X.509 features as it uses generalised IDs and the
public_key structs that contain data extracted from X.509.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'crypto/asymmetric_keys/asymmetric_keys.h')
-rw-r--r-- | crypto/asymmetric_keys/asymmetric_keys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/asymmetric_keys.h b/crypto/asymmetric_keys/asymmetric_keys.h index 1d450b580245..ca8e9ac34ce6 100644 --- a/crypto/asymmetric_keys/asymmetric_keys.h +++ b/crypto/asymmetric_keys/asymmetric_keys.h @@ -9,6 +9,8 @@ * 2 of the Licence, or (at your option) any later version. */ +#include <keys/asymmetric-type.h> + extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id); extern int __asymmetric_key_hex_to_key_id(const char *id, |