1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 06:50:58 +00:00

Add sha3.o to OBJS

This commit is contained in:
Nick Johnson 2016-05-24 20:31:34 +01:00 committed by Alex Beregszaszi
parent 352d296f77
commit a031b79e24

View File

@ -34,6 +34,7 @@ OBJS += ../vendor/trezor-crypto/base58.o
OBJS += ../vendor/trezor-crypto/ripemd160.o
OBJS += ../vendor/trezor-crypto/sha2.o
OBJS += ../vendor/trezor-crypto/sha3.o
OBJS += ../vendor/trezor-crypto/aescrypt.o
OBJS += ../vendor/trezor-crypto/aeskey.o