Skip to content

Commit

Permalink
Fix -Wcast-function-type errors
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Andy Pan <i@andypan.me>
  • Loading branch information
panjf2000 authored and azat committed Jun 1, 2024
1 parent e58f1fa commit fef2a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bufferevent_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static struct le_ssl_ops le_openssl_ops = {
SSL_handshake_is_ok,
SSL_is_want_read,
SSL_is_want_write,
(int (*)(void *))be_openssl_get_fd,
(evutil_socket_t (*)(void *))be_openssl_get_fd,
be_openssl_bio_set_fd,
init_bio_counts,
decrement_buckets,
Expand Down

0 comments on commit fef2a86

Please sign in to comment.