summaryrefslogtreecommitdiff
path: root/src/DES.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DES.c')
-rw-r--r--src/DES.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DES.c b/src/DES.c
index 9cbda53..5187870 100644
--- a/src/DES.c
+++ b/src/DES.c
@@ -76,6 +76,10 @@ static void block_init(block_state *self, unsigned char *key, int keylen)
}
}
+static void block_finalize(block_state *self)
+{
+}
+
static void block_encrypt(block_state *self, unsigned char *in, unsigned char *out)
{
int rc;