From 61afc2c3334e7e69598715548401078f350c45d1 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 6 Dec 2018 19:03:22 +0300 Subject: New master API versioning. --- gost_ec_keyx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gost_ec_keyx.c') diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c index 503d80b..2a858ac 100644 --- a/gost_ec_keyx.c +++ b/gost_ec_keyx.c @@ -56,7 +56,7 @@ static int VKO_compute_key(unsigned char *shared_key, size_t shared_key_size, GOSTerr(GOST_F_VKO_COMPUTE_KEY, GOST_R_ERROR_POINT_MUL); goto err; } - EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(priv_key), + EC_POINT_get_affine_coordinates(EC_KEY_get0_group(priv_key), pnt, X, Y, ctx); half_len = BN_num_bytes(order); -- cgit v1.1