Skip to content

Commit 5ecb31d

Browse files
alexbotovq
andauthored
Update openssl/src/ssl/mod.rs
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
1 parent 4830f5b commit 5ecb31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openssl/src/ssl/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ impl SslMethod {
372372
}
373373

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

0 commit comments

Comments
 (0)