X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..a90d420cbe87490c844ae422c966e746d3134b07:/symm/cbc.h diff --git a/symm/cbc.h b/symm/cbc.h index 5f1f22aa..7b21eea0 100644 --- a/symm/cbc.h +++ b/symm/cbc.h @@ -57,7 +57,7 @@ \ typedef struct pre##_cbcctx { \ pre##_ctx ctx; /* Underlying cipher context */ \ - uint32 iv[PRE##_BLKSZ / 4]; /* Previous ciphertext or IV */ \ + uint32 a[PRE##_BLKSZ/4]; /* Previous ciphertext or IV */ \ } pre##_cbcctx; \ \ /* --- @pre_cbcgetiv@ --- * \