X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_ec_keyx.c;h=30d8e5847f8f30ed04061979903b520350b76ec3;hb=69fd79e35b8e8a56c9d2a37681244b4a7771f4b9;hp=0684676797be695a97ec37b66f81d281b4662724;hpb=8ca2be85ff19e02f9d8dca12aad17a6d6c2e9bb4;p=openssl-gost%2Fengine.git diff --git a/gost_ec_keyx.c b/gost_ec_keyx.c index 0684676..30d8e58 100644 --- a/gost_ec_keyx.c +++ b/gost_ec_keyx.c @@ -26,7 +26,6 @@ static int VKO_compute_key(unsigned char *shared_key, size_t shared_key_size, BIGNUM *UKM = NULL, *p = NULL, *order = NULL, *X = NULL, *Y = NULL; const BIGNUM *key = EC_KEY_get0_private_key(priv_key); EC_POINT *pnt = EC_POINT_new(EC_KEY_get0_group(priv_key)); - int i; BN_CTX *ctx = BN_CTX_new(); EVP_MD_CTX *mdctx = NULL; const EVP_MD *md = NULL;