From 84735c23109b77e0691da208d31c374aa943b257 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 19 Oct 2019 19:37:03 +0200 Subject: fixed transport interface; risc-v transport updated to support eos sock interface --- code/ecp/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/ecp/core.h') diff --git a/code/ecp/core.h b/code/ecp/core.h index dda96c5..419b563 100644 --- a/code/ecp/core.h +++ b/code/ecp/core.h @@ -292,7 +292,7 @@ typedef struct ECPConnection { int ecp_init(ECPContext *ctx); int ecp_dhkey_generate(ECPContext *ctx, ECPDHKey *key); -int ecp_node_init(ECPContext *ctx, ECPNode *node, ecp_dh_public_t *public, void *addr); +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); -- cgit v1.2.3