Commit 562fe79f authored by Steven Fackler's avatar Steven Fackler
Browse files

Add one more set of impls

parent c3b6e872
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -305,6 +305,9 @@ impl SslMethod {
    }
}

unsafe impl Sync for SslMethod {}
unsafe impl Send for SslMethod {}

bitflags! {
    /// Options controling the behavior of certificate verification.
    pub struct SslVerifyMode: i32 {