Unverified Commit 7ef9ab26 authored by Steven Fackler's avatar Steven Fackler
Browse files

more build fixes

parent aac4eb8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                }
            }
        }