summaryrefslogtreecommitdiff
path: root/ssl-compat.h
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2023-05-16 21:16:33 +0200
committerAzat Khuzhin <azat@libevent.org>2023-05-16 21:20:21 +0200
commite5941b2ce963a9175e918029cb6973a7265976e2 (patch)
tree1d98b008d4ac5d675a815e0f8fbf7749d990bf6b /ssl-compat.h
parentef51444f439b922c8fb00c7ef3f8482b6400b6ea (diff)
downloadlibevent-e5941b2ce963a9175e918029cb6973a7265976e2.tar.gz
Drop unused le_ssl_ops::err_is_ok
It is not used anymore since errors are ignored if some progress had been done.
Diffstat (limited to 'ssl-compat.h')
-rw-r--r--ssl-compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl-compat.h b/ssl-compat.h
index 146fdaf3..a556f4c0 100644
--- a/ssl-compat.h
+++ b/ssl-compat.h
@@ -23,7 +23,6 @@ struct le_ssl_ops {
int (*handshake_is_ok)(int err);
int (*err_is_want_read)(int err);
int (*err_is_want_write)(int err);
- int (*err_is_ok)(int err);
evutil_socket_t (*get_fd)(void *ssl);
int (*bio_set_fd)(struct bufferevent_ssl *ssl, evutil_socket_t fd);
void (*init_bio_counts)(struct bufferevent_ssl *bev);