Loading openssl/src/ssl/mod.rs +3 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
openssl/src/ssl/mod.rs +3 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading