mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 00:21:18 +08:00
Remove mbedtls/build_info from pkcs7.c
This commit removes #include "mbedtls/buildinfo.h" from pkcs7.c as it is not needed unlike other C modules. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
parent
0f6bc41a22
commit
4d432d6ea5
@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
#include "x509_internal.h"
|
#include "x509_internal.h"
|
||||||
|
|
||||||
#include "mbedtls/build_info.h"
|
|
||||||
#if defined(MBEDTLS_PKCS7_C)
|
#if defined(MBEDTLS_PKCS7_C)
|
||||||
#include "mbedtls/pkcs7.h"
|
#include "mbedtls/pkcs7.h"
|
||||||
#include "mbedtls/asn1.h"
|
#include "mbedtls/asn1.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user