From: Heinrich Schuchardt Date: Wed, 8 Jul 2020 05:48:06 +0000 (+0200) Subject: lib/crypto: use qualified path for x509_parser.h X-Git-Tag: v2020.10~117^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9f217a4cbe8c808a34f824503d15996a7f8be13;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/crypto/pkcs7_parser.h b/include/crypto/pkcs7_parser.h index b8234da..906033a 100644 --- a/include/crypto/pkcs7_parser.h +++ b/include/crypto/pkcs7_parser.h @@ -10,7 +10,7 @@ #include #include -#include "x509_parser.h" +#include #define kenter(FMT, ...) \ pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)