X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_ec_keyx.c;h=89884ce3a15a5f42096a8bc2ef9057cb2b4ce1f5;hb=bc346202fbb3bc838a19af8c3b0e449926589c7b;hp=850479a9d0f24da5475c941417c055c410dc4317;hpb=9a4548c819c63b41358072d645454ad7ea56cd2b;p=openssl-gost%2Fengine.git diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c index 850479a..89884ce 100644 --- a/gost_ec_keyx.c +++ b/gost_ec_keyx.c @@ -71,7 +71,7 @@ int VKO_compute_key(unsigned char *shared_key, break; } - if (!EC_POINT_mul(grp, pnt, NULL, pub_key, scalar, ctx)) { + if (!gost_ec_point_mul(grp, pnt, NULL, pub_key, scalar, ctx)) { GOSTerr(GOST_F_VKO_COMPUTE_KEY, GOST_R_ERROR_POINT_MUL); goto err; }