X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_ec_keyx.c;h=2a858ac22921ccb56b31e32a6c6c2040f25d280b;hb=61afc2c3334e7e69598715548401078f350c45d1;hp=503d80ba173a3a8e592e66733dfdc16c9e85f851;hpb=0b50e0028fa9d2cfb9648f8f3209e89d75e311c1;p=openssl-gost%2Fengine.git 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);