Commit 1a9c6d84 authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

mynewt: remove #error on ec256 with Mbed TLS

Allow building ec256 signature validation on Mynewt using Mbed TLS.
Related to https://github.com/apache/mynewt-artifact/pull/33



Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 9479af0a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@
#endif
#if MYNEWT_VAL(BOOTUTIL_SIGN_EC256)
#define MCUBOOT_SIGN_EC256 1
  #ifndef MCUBOOT_USE_TINYCRYPT
  #error "EC256 requires the use of tinycrypt."
  #endif
#endif
#if MYNEWT_VAL(BOOTUTIL_SIGN_RSA)
#define MCUBOOT_SIGN_RSA 1