From 7dbe8528f38c393d76b2cbbd358c0b847b9cac11 Mon Sep 17 00:00:00 2001 From: Nick Child Date: Fri, 30 Sep 2022 17:24:29 -0500 Subject: [PATCH] pkcs7: Import header files with included directory path not relative path In #include statements, rely on -I paths instead of relative paths. Signed-off-by: Nick Child --- include/mbedtls/pkcs7.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mbedtls/pkcs7.h b/include/mbedtls/pkcs7.h index 513b707d67..9486c71535 100644 --- a/include/mbedtls/pkcs7.h +++ b/include/mbedtls/pkcs7.h @@ -47,9 +47,9 @@ #include "mbedtls/build_info.h" -#include "asn1.h" -#include "x509.h" -#include "x509_crt.h" +#include "mbedtls/asn1.h" +#include "mbedtls/x509.h" +#include "mbedtls/x509_crt.h" /** * \name PKCS7 Module Error codes