summaryrefslogtreecommitdiff
path: root/bufferevent_ssl.c
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-07-22 23:08:50 +0300
committerAzat Khuzhin <azat@libevent.org>2020-07-22 23:08:50 +0300
commit5671575a1c2a8dba719a33464673b2a75d3877ea (patch)
tree68a7e79faf06573c45f54f1e6aa00f7b4f0c76b5 /bufferevent_ssl.c
parente1cdf1a182ca2cd3b8e1b9b78d2cc133cb489476 (diff)
downloadlibevent-5671575a1c2a8dba719a33464673b2a75d3877ea.tar.gz
Join le_ssl_ops.post_init with le_ssl_ops.init
Diffstat (limited to 'bufferevent_ssl.c')
-rw-r--r--bufferevent_ssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bufferevent_ssl.c b/bufferevent_ssl.c
index be503819..5c6956d5 100644
--- a/bufferevent_ssl.c
+++ b/bufferevent_ssl.c
@@ -1007,7 +1007,6 @@ bufferevent_ssl_new_impl(struct event_base *base,
bev_ssl->ssl_ops = ssl_ops;
bev_ssl->ssl = bev_ssl->ssl_ops->init(ssl);
- bev_ssl->ssl_ops->post_init(ssl);
bev_ssl->underlying = underlying;