Skip to content

Commit

Permalink
Added C_STANDARD to TrezerCrypto target (#3911)
Browse files Browse the repository at this point in the history
Co-authored-by: satoshiotomakan <[email protected]>
  • Loading branch information
EduMenges and satoshiotomakan authored Aug 7, 2024
1 parent 9087341 commit 0b6bbbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trezor-crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ set(TW_WARNING_FLAGS
-Wno-missing-braces
)

set(CMAKE_C_STANDARD 11)

add_library(TrezorCrypto
crypto/bignum.c crypto/ecdsa.c crypto/curves.c crypto/secp256k1.c crypto/rand.c crypto/hmac.c crypto/bip32.c crypto/bip39.c crypto/slip39.c crypto/pbkdf2.c crypto/base58.c crypto/base32.c
crypto/address.c
Expand Down

0 comments on commit 0b6bbbb

Please sign in to comment.