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