aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-24 15:51:25 -0400
committerRob Austein <sra@hactrn.net>2016-06-24 15:51:25 -0400
commita80b0fac3b2b7164c6af1e6b082e723cf45b730d (patch)
tree3dbded45fd71014a92168213d9f375ff639b5cad
parentad8efa487536158673d8e1a95b43aad8ef4762fe (diff)
Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c98e2b..1e2984a 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,6 @@ CFLAGS += -I$(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4
CFLAGS += -I$(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4/$(BOARD)
CFLAGS += -I$(MBED_DIR)/targets/hal/TARGET_STM/TARGET_STM32F4
CFLAGS += -I$(MBED_DIR)/targets/hal/TARGET_STM/TARGET_STM32F4/$(BOARD)
-CFLAGS += -DHAL_RSA_USE_MODEXP=0
export CFLAGS
%.o : %.c