Skip to content

Commit

Permalink
LibreSSL 3.4.0 exposes SSL_OP_NO_TLSv1_3
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed May 6, 2022
1 parent cb97cd8 commit a71d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-sys/src/ssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ cfg_if! {
pub const SSL_OP_NO_DTLSv1_2: ssl_op_type!() = 0x80000000;
}
}
#[cfg(ossl111)]
#[cfg(any(ossl111, libressl340))]
pub const SSL_OP_NO_TLSv1_3: ssl_op_type!() = 0x20000000;

#[cfg(ossl110h)]
Expand Down

0 comments on commit a71d738

Please sign in to comment.