diff --git a/psa-crypto-sys/build.rs b/psa-crypto-sys/build.rs index 576ef11..2008c92 100644 --- a/psa-crypto-sys/build.rs +++ b/psa-crypto-sys/build.rs @@ -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(())