Skip to content

Commit

Permalink
more build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 24, 2022
1 parent aac4eb8 commit 7ef9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/bio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ cfg_if! {
impl Drop for BIO_METHOD {
fn drop(&mut self) {
unsafe {
Box::<ffi::BIO_METHOD>::from_raw(self.0);
let _ = Box::<ffi::BIO_METHOD>::from_raw(self.0);
}
}
}
Expand Down

0 comments on commit 7ef9ab2

Please sign in to comment.