X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_omac_acpkm.c;h=0b74687b6798970c81573370019b6e6d5c78d3b0;hb=13ae67e29336182a2cd5718b56155216f0e3ddf5;hp=3061e36f8d13f3cb84e5d337ef184a86b6a58d52;hpb=6476d4d4966f6efcfd84c5d1c9c4e90d83aa9f14;p=openssl-gost%2Fengine.git diff --git a/gost_omac_acpkm.c b/gost_omac_acpkm.c index 3061e36..0b74687 100644 --- a/gost_omac_acpkm.c +++ b/gost_omac_acpkm.c @@ -425,6 +425,7 @@ int omac_acpkm_imit_ctrl(EVP_MD_CTX *ctx, int type, int arg, void *ptr) if (c->cipher_nid == NID_undef) { switch (EVP_MD_nid(md)) { case NID_grasshopper_mac: + case NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac: c->cipher_nid = NID_grasshopper_cbc; break; }