From: andyk555 <36532623+andyk555@users.noreply.github.com> Date: Fri, 16 Feb 2018 19:18:25 +0000 (+0300) Subject: Update gost_grasshopper_cipher.h X-Git-Tag: v3.0.0~420^2 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=c6cea32ec6b799ac65f54dda6e035e6bf202f2f1;hp=6be1ab0065c7b2d24d1835f8b1bcb7cd28fb76e5;p=openssl-gost%2Fengine.git Update gost_grasshopper_cipher.h --- diff --git a/gost_grasshopper_cipher.h b/gost_grasshopper_cipher.h index 7f775a2..edd45a4 100644 --- a/gost_grasshopper_cipher.h +++ b/gost_grasshopper_cipher.h @@ -35,7 +35,6 @@ typedef struct { gost_grasshopper_cipher_ctx c; grasshopper_w128_t iv_buffer; grasshopper_w128_t partial_buffer; - uint64_t counter; } gost_grasshopper_cipher_ctx_ctr; typedef int (* grasshopper_init_cipher_func)(EVP_CIPHER_CTX* ctx, const unsigned char* key, const unsigned char* iv,