daemon: rename tls_ctx and tls_client_ctx structs
The trailing _t implies the type is a typedef like:
typedef struct tls_ctx { ... } tls_ctx_t;
But it is a plain struct - so remove it to avoid confusion.
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
The trailing _t implies the type is a typedef like:
typedef struct tls_ctx { ... } tls_ctx_t;
But it is a plain struct - so remove it to avoid confusion.