X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_grasshopper_cipher.h;h=edd45a42af8cfb77dda134b700e3a23e2b3123dd;hb=af0cdae35ebe75209d45928404141d37ffd684ef;hp=7f775a24b8ff2f7576c4d1317f79e70566d581e0;hpb=a72a02c4dd5778eea83db6e9e17d89f0d2b278dd;p=openssl-gost%2Fengine.git 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,