Skip to content

Commit

Permalink
build: drop configuring external mbedtls
Browse files Browse the repository at this point in the history
Don't configure external mbedtls on interface builds.

Signed-off-by: Bill Roberts <[email protected]>
  • Loading branch information
billatarm committed Jan 24, 2024
1 parent de40017 commit a82fe79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psa-crypto-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ mod interface {
pub fn script_interface() -> Result<()> {
let include_dir = common::get_external_mbedtls_include_only()?;

// TODO: Does interface need the vendored mbedtls?
common::configure_mbed_crypto()?;
common::generate_mbed_crypto_bindings(include_dir.clone(), false)?;
let _ = common::compile_shim_library(include_dir, true, false)?;
Ok(())
Expand Down

0 comments on commit a82fe79

Please sign in to comment.