X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/8276a9c565bc29afbc6cc120dfde0801c06c2bbd..8f2287ef5c05d496fcb9b012629af007fe56f897:/symm/hmac-def.h diff --git a/symm/hmac-def.h b/symm/hmac-def.h index 72bd126a..e3f12ced 100644 --- a/symm/hmac-def.h +++ b/symm/hmac-def.h @@ -208,9 +208,7 @@ void pre##_macinit(pre##_macctx *ctx, const pre##_mackey *key) \ */ \ \ void pre##_machash(pre##_macctx *ctx, const void *buf, size_t sz) \ -{ \ - pre##_hash(&ctx->ctx, buf, sz); \ -} \ + { pre##_hash(&ctx->ctx, buf, sz); } \ \ /* --- @pre_macdone@ --- * \ * \