key/key-io.c: Add low-level `key_mergeline' and `key_extractline' functions.
[catacomb] / symm / cbc.h
index 5f1f22a..7b21eea 100644 (file)
@@ -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@ --- *                                            \