X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..318c3c31be343fdba362cb60f33aab3e88798d8a:/symm/ofb.h diff --git a/symm/ofb.h b/symm/ofb.h index 5eec2ff0..6603a4de 100644 --- a/symm/ofb.h +++ b/symm/ofb.h @@ -62,7 +62,7 @@ typedef struct pre##_ofbctx { \ pre##_ctx ctx; /* Underlying cipher context */ \ unsigned off; /* Current offset in buffer */ \ - octet iv[PRE##_BLKSZ]; /* Output buffer and IV */ \ + octet b[PRE##_BLKSZ]; /* Output buffer and IV */ \ } pre##_ofbctx; \ \ /* --- @pre_ofbgetiv@ --- * \