X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_lcl.h;h=e693841b08c70dd9bf44c0a661c65e6ecf518b91;hb=748a6c3d85314ce5f8a643dca6e7b19cd7f089c7;hp=8af52cea6e086de7d7463b2a5f0c2e8765db9fd7;hpb=ada25f9709c9ee9ea330b25e5a749101532d8825;p=openssl-gost%2Fengine.git diff --git a/gost_lcl.h b/gost_lcl.h index 8af52ce..e693841 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -68,8 +68,8 @@ struct gost_pmeth_data { int sign_param_nid; /* Should be set whenever parameters are * filled */ EVP_MD *md; - unsigned char *shared_ukm; - size_t shared_ukm_size; /* XXX temporary use shared_ukm and hash for 2018 CKE */ + unsigned char shared_ukm[32]; + size_t shared_ukm_size; int peer_key_used; int cipher_nid; /* KExp15/KImp15 algs */ };