2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Got rid of tlsconnect event and corresponding code

We do not need it since we decided to not return values from connect
functions.
This commit is contained in:
Artem Boldariev
2021-04-23 17:30:59 +03:00
parent 39448c1581
commit 1349142333
3 changed files with 18 additions and 90 deletions

View File

@@ -1416,9 +1416,6 @@ isc__nm_async_tlsclose(isc__networker_t *worker, isc__netievent_t *ev0);
void
isc__nm_async_tlssend(isc__networker_t *worker, isc__netievent_t *ev0);
void
isc__nm_async_tlsconnect(isc__networker_t *worker, isc__netievent_t *ev0);
void
isc__nm_async_tlsstartread(isc__networker_t *worker, isc__netievent_t *ev0);