summaryrefslogtreecommitdiff
path: root/include/crypto/pkcs7_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/pkcs7_parser.h')
-rw-r--r--include/crypto/pkcs7_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/pkcs7_parser.h b/include/crypto/pkcs7_parser.h
index b8234da45a..906033a90e 100644
--- a/include/crypto/pkcs7_parser.h
+++ b/include/crypto/pkcs7_parser.h
@@ -10,7 +10,7 @@
#include <linux/oid_registry.h>
#include <crypto/pkcs7.h>
-#include "x509_parser.h"
+#include <crypto/x509_parser.h>
#define kenter(FMT, ...) \
pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)