Skip to content

Commit

Permalink
mbedtls: update to version 3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Roberts <bill.roberts@arm.com>
  • Loading branch information
billatarm committed Jan 24, 2024
1 parent 758f907 commit 64f7c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion psa-crypto-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ mod operations {
let (from, _) = &lib;
args.push(from.as_os_str());
}
println!("BILL: args: {:?}", args);

let output = std::process::Command::new("nm")
.args(args)
.output()
Expand Down
2 changes: 1 addition & 1 deletion psa-crypto-sys/vendor

0 comments on commit 64f7c1c

Please sign in to comment.