[Cryptech-Commits] [sw/stm32] branch master updated: Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
git at cryptech.is
git at cryptech.is
Fri Jun 24 19:51:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository sw/stm32.
The following commit(s) were added to refs/heads/master by this push:
new a80b0fa Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
a80b0fa is described below
commit a80b0fac3b2b7164c6af1e6b082e723cf45b730d
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Jun 24 15:51:25 2016 -0400
Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
---
Makefile | 1 -
1 file changed, 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list