Skip to content

Commit d0d565a

Browse files
feat: Make Certificates Send
1 parent e24bf83 commit d0d565a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp-mbedtls/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ pub struct Certificates<'d> {
546546
private_key: Option<PkContext>,
547547
}
548548

549+
unsafe impl Send for Certificates<'_> {}
550+
549551
impl Default for Certificates<'_> {
550552
fn default() -> Self {
551553
Self::new()

0 commit comments

Comments
 (0)