X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fmac%2Fhmac_ct.c;h=3237885d7afcc1ba1a025651bb63f203afb6db1f;hp=d3ab425c98f185b73a594644b0afc60195d3d5cd;hb=e61ad42191511226309bad2cbde8cd9e8cc743cb;hpb=3210f38e0491b39aec1ef419cb4114e9483089fb diff --git a/src/mac/hmac_ct.c b/src/mac/hmac_ct.c index d3ab425..3237885 100644 --- a/src/mac/hmac_ct.c +++ b/src/mac/hmac_ct.c @@ -63,7 +63,7 @@ br_hmac_outCT(const br_hmac_context *ctx, */ const br_hash_class *dig; - br_hmac_allhash_context hc; + br_hash_compat_context hc; int be; uint32_t po, bs; uint32_t kr, km, kl, kz, u;