Skip to content

Commit

Permalink
Try #197:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Oct 27, 2023
2 parents 5b54663 + fc15dc9 commit 10d75db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbedtls/src/bignum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ define!(
impl<'a> Into<ptr> {}
);

unsafe impl Sync for Mpi {}

fn fmt_mpi(n: &Mpi, radix: i32) -> String {
n.to_string_radix(radix)
.unwrap_or("(failed to format multi-precision integer)".to_owned())
Expand Down

0 comments on commit 10d75db

Please sign in to comment.