aboutsummaryrefslogtreecommitdiff
path: root/gost_pmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'gost_pmeth.c')
-rw-r--r--gost_pmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gost_pmeth.c b/gost_pmeth.c
index 2b94e36..41e53b6 100644
--- a/gost_pmeth.c
+++ b/gost_pmeth.c
@@ -967,7 +967,7 @@ static int pkey_gost_mac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig,
}
EVP_MD_meth_get_ctrl(EVP_MD_CTX_md(mctx))
- (mctx, EVP_MD_CTRL_MAC_LEN, data->mac_size, NULL);
+ (mctx, EVP_MD_CTRL_XOF_LEN, data->mac_size, NULL);
ret = EVP_DigestFinal_ex(mctx, sig, &tmpsiglen);
*siglen = data->mac_size;
return ret;