X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_omac.c;h=97fb5c0b9d6308365555a7c766fd9e1102901da9;hb=a418dfa28b4c3432a6da7d01adc1038789ce209c;hp=075c26fd9b286e1896daa780a795ef5c30a34005;hpb=31c3aa7e30ab0820409ed702c668c19508af9604;p=openssl-gost%2Fengine.git diff --git a/gost_omac.c b/gost_omac.c index 075c26f..97fb5c0 100644 --- a/gost_omac.c +++ b/gost_omac.c @@ -202,7 +202,6 @@ int omac_imit_ctrl(EVP_MD_CTX *ctx, int type, int arg, void *ptr) GOSTerr(GOST_F_OMAC_IMIT_CTRL, GOST_R_INVALID_MAC_KEY_SIZE); return 0; } - case EVP_MD_CTRL_MAC_LEN: case EVP_MD_CTRL_XOF_LEN: /* Supported in OpenSSL */ { OMAC_CTX *c = EVP_MD_CTX_md_data(ctx);