aboutsummaryrefslogtreecommitdiff
path: root/gost_ec_keyx.c
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2018-12-06 19:03:22 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2018-12-06 19:03:22 +0300
commit61afc2c3334e7e69598715548401078f350c45d1 (patch)
treea84e33322c67393e113cfa61b0485c48eb544a4d /gost_ec_keyx.c
parent0b50e0028fa9d2cfb9648f8f3209e89d75e311c1 (diff)
downloadgost-engine-61afc2c3334e7e69598715548401078f350c45d1.zip
gost-engine-61afc2c3334e7e69598715548401078f350c45d1.tar.gz
gost-engine-61afc2c3334e7e69598715548401078f350c45d1.tar.bz2
New master API versioning.
Diffstat (limited to 'gost_ec_keyx.c')
-rw-r--r--gost_ec_keyx.c2
1 files changed, 1 insertions, 1 deletions
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);