We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f3c00 commit 19c35c1Copy full SHA for 19c35c1
boot/bootutil/src/image_validate.c
@@ -54,10 +54,6 @@ BOOT_LOG_MODULE_DECLARE(mcuboot);
54
#if defined(MCUBOOT_SIGN_EC256)
55
#include "mbedtls/ecdsa.h"
56
#endif
57
-#if defined(MCUBOOT_ENC_IMAGES) || defined(MCUBOOT_SIGN_RSA) || \
58
- defined(MCUBOOT_SIGN_EC256)
59
-#include "mbedtls/asn1.h"
60
-#endif
61
62
#include "bootutil_priv.h"
63
0 commit comments