diff options
author | Tadeusz Struk <tadeusz.struk@intel.com> | 2016-02-02 21:08:53 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-02-06 10:33:25 +0300 |
commit | 57f96bbab9d9fa89e79c30866e50aea61ffa7938 (patch) | |
tree | e4d5adac23a105660f809f26421dc78a52fb15a6 /crypto/asymmetric_keys/pkcs7_trust.c | |
parent | b31dde2a5cb1bf764282abf934266b7193c2bc7c (diff) | |
download | linux-57f96bbab9d9fa89e79c30866e50aea61ffa7938.tar.xz |
crypto: asymmetric_keys - convert public key and digsig asym to the akcipher api
This patch converts the module verification code to the new akcipher API.
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/asymmetric_keys/pkcs7_trust.c')
-rw-r--r-- | crypto/asymmetric_keys/pkcs7_trust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/pkcs7_trust.c b/crypto/asymmetric_keys/pkcs7_trust.c index 90d6d47965b0..3bbdcc79a3d3 100644 --- a/crypto/asymmetric_keys/pkcs7_trust.c +++ b/crypto/asymmetric_keys/pkcs7_trust.c @@ -17,7 +17,7 @@ #include <linux/asn1.h> #include <linux/key.h> #include <keys/asymmetric-type.h> -#include "public_key.h" +#include <crypto/public_key.h> #include "pkcs7_parser.h" /** |