Skip to content

Commit

Permalink
Merge pull request #375 from s-arash/arash/psa-assume-exclusive-buffe…
Browse files Browse the repository at this point in the history
…rs-config

Add the new (disabled-by-default) config `MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS` to `config.rs`
  • Loading branch information
Taowyoo authored Jan 9, 2025
2 parents 6e426fc + 6283fac commit d7f958b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbedtls-sys/build/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const DEFAULT_DEFINES: &'static [CDefine] = &[
("MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG", Undefined),
("MBEDTLS_PSA_CRYPTO_SPM", Undefined),
("MBEDTLS_PSA_INJECT_ENTROPY", Undefined),
("MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS", Undefined),
("MBEDTLS_RSA_NO_CRT", Undefined),
("MBEDTLS_SELF_TEST", Defined),
("MBEDTLS_SHA256_SMALLER", Undefined),
Expand Down

0 comments on commit d7f958b

Please sign in to comment.