Searched refs:NO_SSLV2 (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ | ||
D | connector.rs | 35 | SslOptions::NO_SSLV2 in ctx() |
D | mod.rs | 203 const NO_SSLV2 = ffi::SSL_OP_NO_SSLv2 as SslOptionsRepr; constant |