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 <nick.child@ibm.com>
This commit is contained in:
Nick Child 2022-09-30 17:24:29 -05:00
parent 5f9456f3e3
commit 7dbe8528f3

View file

@ -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