Skip to content

Conversation

@bdbai
Copy link
Contributor

@bdbai bdbai commented Jul 3, 2024

This PR mainly focuses on openssl-sys and raw bindings to OpenSSL 3 QUIC features that I think might be useful for implementing high-level, ergonomic QUIC bindings in openssl crate. Also fixed some minor issues when using bindgen feature with Windows MSVC.

Related: #2242

@bdbai bdbai marked this pull request as draft July 3, 2024 09:08
@bdbai bdbai marked this pull request as ready for review July 3, 2024 09:44
unsafe extern "C" fn(*mut SSL, *mut c_int, *mut libc::c_void) -> i32,
>,
std::option::Option<unsafe extern "C" fn()>,
>(cb),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to address the clippy errors thrown during the first commit’s CI checks: https://github.com/sfackler/rust-openssl/actions/runs/9774772847/job/26983758164

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants