Unverified Commit 359d7392 authored by Jack Rickard's avatar Jack Rickard
Browse files

Fix deprecation note on SSL_CTX_set_alpn_select_cb

parent 8156ba23
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@

* Added `EVP_MD_CTX_size` and `EVP_MD_CTX_get_size`

### Fixed

* Fixed the deprecation note on `SSL_CTX_set_alpn_select_cb`.

## [v0.9.75] - 2022-07-09

### Added
+1 −1
Original line number Diff line number Diff line
@@ -592,7 +592,7 @@ extern "C" {
        fp: Option<extern "C" fn()>,
    ) -> c_long;

    #[deprecated(note = "use SSL_CTX_set_alpn_select_cb instead")]
    #[deprecated(note = "use SSL_CTX_set_alpn_select_cb__fixed_rust instead")]
    #[cfg(any(ossl102, libressl261))]
    pub fn SSL_CTX_set_alpn_select_cb(
        ssl: *mut SSL_CTX,