summaryrefslogtreecommitdiff
path: root/ecp/src/core.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-08-28 02:58:35 +0200
committerUros Majstorovic <majstor@majstor.org>2021-08-28 02:58:35 +0200
commitcdaa2560c0271585317450b57047a7f812d8366e (patch)
tree325f726cb1ab1fd81a20faa6b52d2679591946c4 /ecp/src/core.h
parent76ec318118106cb25d762de83857f6579c13e273 (diff)
code cleanup
Diffstat (limited to 'ecp/src/core.h')
-rw-r--r--ecp/src/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ecp/src/core.h b/ecp/src/core.h
index 7ab116e..3c62450 100644
--- a/ecp/src/core.h
+++ b/ecp/src/core.h
@@ -294,8 +294,7 @@ int ecp_init(ECPContext *ctx);
int ecp_dhkey_generate(ECPContext *ctx, ECPDHKey *key);
int ecp_node_init(ECPNode *node, ecp_dh_public_t *public, void *addr);
-int ecp_ctx_create(ECPContext *ctx);
-int ecp_ctx_destroy(ECPContext *ctx);
+int ecp_ctx_init(ECPContext *ctx);
int ecp_sock_create(ECPSocket *sock, ECPContext *ctx, ECPDHKey *key);
void ecp_sock_destroy(ECPSocket *sock);