aboutsummaryrefslogtreecommitdiffstats
path: root/missing/des_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/des_tables.c')
-rw-r--r--missing/des_tables.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/missing/des_tables.c b/missing/des_tables.c
index 051659d553..ab6b1d1883 100644
--- a/missing/des_tables.c
+++ b/missing/des_tables.c
@@ -1,3 +1,5 @@
+#ifndef HAVE_DES_TABLES
+
/* Initial key schedule permutation */
static const C_block PC1ROT[64/CHUNKBITS][1<<CHUNKBITS] = {
{
@@ -1610,3 +1612,5 @@ static const C_block CF6464[64/CHUNKBITS][1<<CHUNKBITS] = {
},
};
+#define HAVE_DES_TABLES 1
+#endif