progs/mkphrase.c: Fix trailing spaces in usage message.
[catacomb] / symm / ofb.h
index 5eec2ff..6603a4d 100644 (file)
@@ -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@ --- *                                            \