projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9146c
)
lib/crypto: use qualified path for x509_parser.h
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 8 Jul 2020 05:48:06 +0000
(07:48 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:15 +0000
(23:14 +0200)
Use the path relative to /include for x509_parser.h in pkcs7_parser.h.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/crypto/pkcs7_parser.h
patch
|
blob
|
history
diff --git
a/include/crypto/pkcs7_parser.h
b/include/crypto/pkcs7_parser.h
index b8234da45a6a25fb2a9b17daeaa8d3666cd2d2b3..906033a90eb42536235a62f5b72a49787b264159 100644
(file)
--- 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__)