legacy: Add hmac_drbg to bootloader build.

pull/239/head
Andrew Kozlik 5 years ago
parent ad5d9168c8
commit 6e884203c3

@ -9,6 +9,7 @@ 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
OBJS += ../vendor/trezor-crypto/hmac_drbg.small.o
CFLAGS += -DUSE_PRECOMPUTED_IV=0
CFLAGS += -DUSE_PRECOMPUTED_CP=0

Loading…
Cancel
Save