Skip to content

Commit

Permalink
fix alpn cb for boringssl
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Feb 23, 2024
1 parent 157a292 commit 31419bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/callbacks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ where
}
}

#[cfg(any(ossl102, libressl261))]
#[cfg(any(ossl102, libressl261, boringssl))]
pub extern "C" fn raw_alpn_select<F>(
ssl: *mut ffi::SSL,
out: *mut *const c_uchar,
Expand Down

0 comments on commit 31419bc

Please sign in to comment.