Remove out of date comment
This commit is contained in:
parent
9abbf6f80e
commit
7869651407
|
|
@ -27,7 +27,6 @@ See https://tools.ietf.org/html/rfc2412 for how they were generated."#;
|
||||||
fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> {
|
fn ctx(method: SslMethod) -> Result<SslContextBuilder, ErrorStack> {
|
||||||
let mut ctx = try!(SslContextBuilder::new(method));
|
let mut ctx = try!(SslContextBuilder::new(method));
|
||||||
|
|
||||||
// options to enable and cipher list lifted from libcurl
|
|
||||||
let mut opts = ssl::SSL_OP_ALL;
|
let mut opts = ssl::SSL_OP_ALL;
|
||||||
opts |= ssl::SSL_OP_NO_TICKET;
|
opts |= ssl::SSL_OP_NO_TICKET;
|
||||||
opts |= ssl::SSL_OP_NO_COMPRESSION;
|
opts |= ssl::SSL_OP_NO_COMPRESSION;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue