summaryrefslogtreecommitdiff
path: root/src/ARC2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARC2.c')
-rw-r--r--src/ARC2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ARC2.c b/src/ARC2.c
index 255e77e..71858f6 100644
--- a/src/ARC2.c
+++ b/src/ARC2.c
@@ -216,5 +216,9 @@ block_init(block_state *self, U8 *key, int keylength)
} while (i--);
}
+static void
+block_finalize(block_state* self)
+{
+}
#include "block_template.c"