Remove duplicated declaration

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2017-12-12 08:09:10 -02:00 committed by David Brown
parent 28ee5b0ea9
commit 70f1481af3
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ fn main() {
conf.define("MCUBOOT_SIGN_RSA", None);
conf.define("MCUBOOT_USE_MBED_TLS", None);
conf.define("MCUBOOT_USE_MBED_TLS", None);
conf.define("MBEDTLS_CONFIG_FILE", Some("<config-boot.h>"));
conf.include("mbedtls/include");
conf.file("mbedtls/library/sha256.c");