aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-03-12 15:09:45 -0500
committerRob Austein <sra@hactrn.net>2016-03-12 15:09:45 -0500
commit906263d9b788ca039b98c3b2f21f1f76961ba4e3 (patch)
treedbae00dc2d3b6aa0230c7b832a5754351b21a2c7 /GNUmakefile
parentda6eb8ad054fb4ddab40a39802b0d99cee65ca78 (diff)
Disable ECDSA static-test-vectors hack, fix call to hal_get_random()
which was using the old (pre-hal_core_t) calling sequence.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 769d11f..2a11683 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -39,7 +39,7 @@ IO_OBJ_I2C = hal_io_i2c.o
IO_OBJ = ${IO_OBJ_EIM}
TFMDIR := $(abspath ../thirdparty/libtfm)
-CFLAGS += -g3 -Wall -fPIC -std=c99 -I${TFMDIR} -DHAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM=1
+CFLAGS += -g3 -Wall -fPIC -std=c99 -I${TFMDIR}
LDFLAGS := -g3 -L${TFMDIR} -ltfm
all: ${LIB}