mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-14 14:19:55 +00: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 <[email protected]>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user