summaryrefslogtreecommitdiff
path: root/include/crypto
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-08 08:48:06 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-12 00:14:15 +0300
commitb9f217a4cbe8c808a34f824503d15996a7f8be13 (patch)
treefe53b5de9ff581a3eb6c4f2a09b75a467dbd6118 /include/crypto
parent4a9146c29573dbfa661918280d9522a01f6ca919 (diff)
downloadu-boot-b9f217a4cbe8c808a34f824503d15996a7f8be13.tar.xz
lib/crypto: use qualified path for x509_parser.h
Use the path relative to /include for x509_parser.h in pkcs7_parser.h. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/crypto')
-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__)