From: Mark Wooding Date: Fri, 12 Mar 2021 22:25:41 +0000 (+0000) Subject: symm/eax-def.h: Fix bungled `\' alignment. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/98da614204552e2342214d28cd0839869aa13668 symm/eax-def.h: Fix bungled `\' alignment. --- diff --git a/symm/eax-def.h b/symm/eax-def.h index cf4c0010..bc5c7b90 100644 --- a/symm/eax-def.h +++ b/symm/eax-def.h @@ -123,7 +123,7 @@ void pre##_eaxsetkey(pre##_eaxkey *key, const void *k, size_t ksz) \ * \ * * %$z_i = E_K(t_0 \xor m_0)$% is the tweak with the `full final \ * buffer' mask applied, which is the final tag for a final empty \ - * message. \ + * message. \ */ \ BLKC_BSET(PRE, t, 0); pre##_eblk(&key->ctx, t, key->v0); \ BLKC_XMOVE(PRE, t, key->m0); pre##_eblk(&key->ctx, t, key->z0); \