mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user