mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 20:08:12 +00:00
Adding nist256p1 to CMakeLists
This commit is contained in:
parent
fbc0df736a
commit
2b5859ca47
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
set(SOURCES aescrypt.c aeskey.c aes_modes.c aestab.c base58.c bignum.c bip32.c bip39.c ecdsa.c hmac.c pbkdf2.c rand.c ripemd160.c secp256k1.c sha2.c)
|
||||
set(SOURCES aescrypt.c aeskey.c aes_modes.c aestab.c base58.c bignum.c bip32.c bip39.c ecdsa.c hmac.c nist256p1.c pbkdf2.c rand.c ripemd160.c secp256k1.c sha2.c)
|
||||
|
||||
# disable sequence point warnings where they are expected
|
||||
set_source_files_properties(aeskey.c PROPERTIES
|
||||
|
Loading…
Reference in New Issue
Block a user