From f853047f53b3a1e42fc20598ad1913b277edb8b9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 20 Jan 2018 22:59:29 +0100 Subject: [PATCH] fix fastflash --- fastflash/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastflash/Makefile b/fastflash/Makefile index 24ca20a..5b768eb 100644 --- a/fastflash/Makefile +++ b/fastflash/Makefile @@ -10,6 +10,7 @@ OBJS += ../vendor/trezor-crypto/bignum.small.o OBJS += ../vendor/trezor-crypto/ecdsa.small.o OBJS += ../vendor/trezor-crypto/secp256k1.small.o OBJS += ../vendor/trezor-crypto/sha2.small.o +OBJS += ../vendor/trezor-crypto/memzero.small.o CFLAGS += -DUSE_PRECOMPUTED_IV=0 CFLAGS += -DUSE_PRECOMPUTED_CP=0