X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..8f2287ef5c05d496fcb9b012629af007fe56f897:/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@ --- * \