Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: Type cast explicitly for OpenSSL
With the release of GCC 14.1, some previous warnings are now errors, including the SSL_select_next_proto call in tls_context_server_alpn_select_callback. To fix the build, add explicitly type cast. Signed-off-by: javex <[email protected]>
- Loading branch information