From 3d364aac3618ca7cca1e7687a7a3d99f7981ccd6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 11 Jan 2017 15:33:46 +0100 Subject: [PATCH] we don't use OPTIMIZED_IV anywhere anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46dfeeb2c4..407373b42c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ CFLAGS += -DUSE_GRAPHENE=1 # disable certain optimizations and features when small footprint is required ifdef SMALL -CFLAGS += -DUSE_PRECOMPUTED_IV=0 -DUSE_PRECOMPUTED_CP=0 +CFLAGS += -DUSE_PRECOMPUTED_CP=0 endif SRCS = bignum.c ecdsa.c curves.c secp256k1.c nist256p1.c rand.c hmac.c bip32.c bip39.c pbkdf2.c base58.c