Add one more set of impls
This commit is contained in:
parent
c3b6e87244
commit
562fe79f4c
|
|
@ -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…
Reference in New Issue