Skip to content

Commit 19c35c1

Browse files
de-nordicnvlsianpu
authored andcommitted
bootutil: Remove pointless includes of asn1 headers
Not needed in that unit. Signed-off-by: Dominik Ermel <[email protected]>
1 parent a0f3c00 commit 19c35c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boot/bootutil/src/image_validate.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ BOOT_LOG_MODULE_DECLARE(mcuboot);
5454
#if defined(MCUBOOT_SIGN_EC256)
5555
#include "mbedtls/ecdsa.h"
5656
#endif
57-
#if defined(MCUBOOT_ENC_IMAGES) || defined(MCUBOOT_SIGN_RSA) || \
58-
defined(MCUBOOT_SIGN_EC256)
59-
#include "mbedtls/asn1.h"
60-
#endif
6157

6258
#include "bootutil_priv.h"
6359

0 commit comments

Comments
 (0)