Skip to content
Snippets Groups Projects
Commit 931c1e66 authored by Grigorii Demidov's avatar Grigorii Demidov Committed by Petr Spacek
Browse files

daemon: cleanup errors; avoid discrepancy between declaration and definition of tls_close()

parent 3701fe8a
Branches
Tags
1 merge request!489refactoring of the tls data sending scheme
......@@ -93,7 +93,7 @@ struct tls_client_ctx_t {
struct tls_ctx_t* tls_new(struct worker_ctx *worker);
/*! Close a TLS context (call gnutls_bye()) */
void tls_close(struct tls_ctx_t *tls);
void tls_close(struct tls_ctx_t *ctx);
/*! Release a TLS context */
void tls_free(struct tls_ctx_t* tls);
......
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