X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..bd6d65e32b835551677456bf286d09ced6859882:/symm/counter.h diff --git a/symm/counter.h b/symm/counter.h index 7e07b3c5..418f1489 100644 --- a/symm/counter.h +++ b/symm/counter.h @@ -62,8 +62,8 @@ typedef struct pre##_counterctx { \ pre##_ctx ctx; /* Underlying cipher context */ \ unsigned off; /* Current offset in buffer */ \ - octet buf[PRE##_BLKSZ]; /* Output buffer */ \ - uint32 n[PRE##_BLKSZ / 4]; /* Counter */ \ + octet b[PRE##_BLKSZ]; /* Output buffer */ \ + uint32 c[PRE##_BLKSZ / 4]; /* Counter */ \ } pre##_counterctx; \ \ /* --- @pre_countergetiv@ --- * \