X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..HEAD:/symm/cfb.h diff --git a/symm/cfb.h b/symm/cfb.h index c357115c..ddaa5fd3 100644 --- a/symm/cfb.h +++ b/symm/cfb.h @@ -58,7 +58,7 @@ typedef struct pre##_cfbctx { \ pre##_ctx ctx; /* Underlying cipher context */ \ unsigned off; /* Offset into @iv@ buffer */ \ - octet iv[PRE##_BLKSZ]; /* Previous ciphertext or IV */ \ + octet b[PRE##_BLKSZ]; /* Previous ciphertext or IV */ \ } pre##_cfbctx; \ \ /* --- @pre_cfbgetiv@ --- * \