From 38fdc24c2cc0c942337481e825c69004c93fc358 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 27 Apr 2024 01:23:43 +0200 Subject: updated tests --- ecp/test/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecp/test/client.c') diff --git a/ecp/test/client.c b/ecp/test/client.c index 52a8587..af905d5 100644 --- a/ecp/test/client.c +++ b/ecp/test/client.c @@ -64,8 +64,8 @@ int main(int argc, char *argv[]) { rv = ecp_start_receiver(&sock); printf("ecp_start_receiver RV:%d\n", rv); - rv = ecp_util_load_pub(&node_pub, argv[2]); - printf("ecp_util_load_pub RV:%d\n", rv); + rv = ecp_util_load_key(argv[2], &node_pub, NULL); + printf("ecp_util_load_key RV:%d\n", rv); ecp_node_init(&node, &node_pub, NULL); rv = ecp_node_set_addr(&node, argv[1]); -- cgit v1.2.3