Add one more set of impls

This commit is contained in:
Steven Fackler 2018-03-10 08:53:46 -08:00
parent c3b6e87244
commit 562fe79f4c
1 changed files with 3 additions and 0 deletions

View File

@ -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 {