X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_ec_keyx.c;fp=gost_ec_keyx.c;h=dd52a74585c5ccf9173190cd54447bd5607e6839;hb=c43ce313a786fc16c60b0ce5782af29ff8b6d622;hp=85a69988d5f3d64f579d9c6c5d8d47f7aee465bb;hpb=7c58f014e86f6014e8be53623b7dccef2124df78;p=openssl-gost%2Fengine.git diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c index 85a6998..dd52a74 100644 --- a/gost_ec_keyx.c +++ b/gost_ec_keyx.c @@ -66,7 +66,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; }