diff mbox series

[1/1] lib/crypto: use qualified path for x509_parser.h

Message ID 20200708102524.18676-1-xypron.glpk@gmx.de
State Accepted, archived
Commit b9f217a4cbe8c808a34f824503d15996a7f8be13
Headers show
Series [1/1] lib/crypto: use qualified path for x509_parser.h | expand

Commit Message

Heinrich Schuchardt July 8, 2020, 10:25 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.27.0
diff mbox series

Patch

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__)