diff options
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 3bbdcc79a3d3..90d6d47965b0 100644 --- a/crypto/asymmetric_keys/pkcs7_trust.c +++ b/crypto/asymmetric_keys/pkcs7_trust.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <linux/asn1.h> | 17 | #include <linux/asn1.h> |
18 | #include <linux/key.h> | 18 | #include <linux/key.h> |
19 | #include <keys/asymmetric-type.h> | 19 | #include <keys/asymmetric-type.h> |
20 | #include <crypto/public_key.h> | 20 | #include "public_key.h" |
21 | #include "pkcs7_parser.h" | 21 | #include "pkcs7_parser.h" |
22 | 22 | ||
23 | /** | 23 | /** |