mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
Merge pull request #51 from trezor/runn1ng-patch-1
Adding nist256p1 to CMakeLists
This commit is contained in:
commit
2802d97d47
@ -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