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:
parent
5f9456f3e3
commit
7dbe8528f3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue