crash on startup when building with --disable-doh
The netinet handler for isc_nmsocket_set_tlsctx()
is ifdef'd out when we build with --disable-doh
, but it's still needed if DoT is configured. This is causing CI failures, for example here.
The netinet handler for isc_nmsocket_set_tlsctx()
is ifdef'd out when we build with --disable-doh
, but it's still needed if DoT is configured. This is causing CI failures, for example here.