Unverified Commit 5ecb31d3 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Update openssl/src/ssl/mod.rs

parent 4830f5bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()) }