Skip to content

Commit

Permalink
Fix comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Dec 6, 2020
1 parent 7be936a commit 43ad751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ cfg_if! {
}

cfg_if! {
/// LibreSSL 3.2.1 and later's TLSv1.3 support is incomplete
// LibreSSL 3.2.1 and later's TLSv1.3 support is incomplete
if #[cfg(libressl321)] {
use ffi::{
TLSv1_2_method as TLS_method, DTLS_method, TLSv1_2_client_method as TLS_client_method,
Expand Down

0 comments on commit 43ad751

Please sign in to comment.