Skip to content
Snippets Groups Projects
Verified Commit 053ec535 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

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.
parent 4a76b581
Branches
Tags
1 merge request!1041daemon: rename tls_ctx and tls_client_ctx structs
Pipeline #67745 passed with stages
in 13 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment