progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / cfb.h
index c357115..ddaa5fd 100644 (file)
@@ -58,7 +58,7 @@
 typedef struct pre##_cfbctx {                                          \
   pre##_ctx ctx;                       /* Underlying cipher context */ \
   unsigned off;                                /* Offset into @iv@ buffer */   \
-  octet iv[PRE##_BLKSZ];               /* Previous ciphertext or IV */ \
+  octet b[PRE##_BLKSZ];                        /* Previous ciphertext or IV */ \
 } pre##_cfbctx;                                                                \
                                                                        \
 /* --- @pre_cfbgetiv@ --- *                                            \