From 30b62efc8f044a7fd00e21c56490aefa32686a52 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 20 Jan 2018 19:15:13 +0100 Subject: added client timing test --- code/test/init_vconn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/test/init_vconn.c') diff --git a/code/test/init_vconn.c b/code/test/init_vconn.c index 29c8db5..7e3dd04 100644 --- a/code/test/init_vconn.c +++ b/code/test/init_vconn.c @@ -31,12 +31,12 @@ static void conn_free(ECPConnection *conn) { int ecp_init(ECPContext *ctx) { int rv; - rv = ecp_ctx_create(ctx); + rv = ecp_ctx_create_vconn(ctx); if (rv) return rv; ctx->rng = v_rng; ctx->conn_alloc = conn_alloc; ctx->conn_free = conn_free; - return ecp_ctx_vconn_init(ctx); + return ECP_OK; } \ No newline at end of file -- cgit v1.2.3