We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4830f5b commit 5ecb31dCopy full SHA for 5ecb31d
openssl/src/ssl/mod.rs
@@ -372,7 +372,7 @@ impl SslMethod {
372
}
373
374
/// Support all versions of the DTLS protocol, explicitly as a server.
375
- #[corresponds(DTLS_method)]
+ #[corresponds(DTLS_server_method)]
376
#[cfg(any(boringssl, ossl110, libressl291))]
377
pub fn dtls_server() -> SslMethod {
378
unsafe { SslMethod(DTLS_server_method()) }
0 commit comments