Skip to content

Commit 1a9c6d8

Browse files
committed
mynewt: remove #error on ec256 with Mbed TLS
Allow building ec256 signature validation on Mynewt using Mbed TLS. Related to apache/mynewt-artifact#33 Signed-off-by: Fabio Utzig <[email protected]>
1 parent 9479af0 commit 1a9c6d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boot/mynewt/mcuboot_config/include/mcuboot_config/mcuboot_config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
#endif
4141
#if MYNEWT_VAL(BOOTUTIL_SIGN_EC256)
4242
#define MCUBOOT_SIGN_EC256 1
43-
#ifndef MCUBOOT_USE_TINYCRYPT
44-
#error "EC256 requires the use of tinycrypt."
45-
#endif
4643
#endif
4744
#if MYNEWT_VAL(BOOTUTIL_SIGN_RSA)
4845
#define MCUBOOT_SIGN_RSA 1

0 commit comments

Comments
 (0)