Skip to content

Commit

Permalink
Update openssl/src/ssl/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Theo Buehler <[email protected]>
  • Loading branch information
alex and botovq authored Feb 1, 2025
1 parent 4830f5b commit 5ecb31d
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 @@ -372,7 +372,7 @@ impl SslMethod {
}

/// Support all versions of the DTLS protocol, explicitly as a server.
#[corresponds(DTLS_method)]
#[corresponds(DTLS_server_method)]
#[cfg(any(boringssl, ossl110, libressl291))]
pub fn dtls_server() -> SslMethod {
unsafe { SslMethod(DTLS_server_method()) }
Expand Down

0 comments on commit 5ecb31d

Please sign in to comment.