Skip to content

Commit

Permalink
Remove mbedtls/build_info from pkcs7.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harry-Ramsey committed Oct 11, 2024
1 parent 0f6bc41 commit 4d432d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/pkcs7.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
#include "x509_internal.h"

#include "mbedtls/build_info.h"
#if defined(MBEDTLS_PKCS7_C)
#include "mbedtls/pkcs7.h"
#include "mbedtls/asn1.h"
Expand Down

0 comments on commit 4d432d6

Please sign in to comment.