summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_trust.c
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2016-02-02 10:08:53 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-02-06 15:33:25 +0800
commit57f96bbab9d9fa89e79c30866e50aea61ffa7938 (patch)
treee4d5adac23a105660f809f26421dc78a52fb15a6 /crypto/asymmetric_keys/pkcs7_trust.c
parentb31dde2a5cb1bf764282abf934266b7193c2bc7c (diff)
downloadop-kernel-dev-57f96bbab9d9fa89e79c30866e50aea61ffa7938.zip
op-kernel-dev-57f96bbab9d9fa89e79c30866e50aea61ffa7938.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/pkcs7_trust.c b/crypto/asymmetric_keys/pkcs7_trust.c
index 90d6d47..3bbdcc7 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"
/**
OpenPOWER on IntegriCloud