X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fmac%2Fhmac_ct.c;h=3237885d7afcc1ba1a025651bb63f203afb6db1f;hp=d3ab425c98f185b73a594644b0afc60195d3d5cd;hb=e683ebfe1962ef5b00a972761984674528922a4a;hpb=60126cafc85572a53d38752b8830e91c7ab18f88 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;