From 98da614204552e2342214d28cd0839869aa13668 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 12 Mar 2021 22:25:41 +0000 Subject: [PATCH] symm/eax-def.h: Fix bungled `\' alignment. --- symm/eax-def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.11.0