Skip to content

Commit

Permalink
Added C_STANDARD to TrezerCrypto target
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jun 20, 2024
1 parent 13ff342 commit ddc627c
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 ddc627c

Please sign in to comment.