diff options
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c index 6a545db78..ecab7a520 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -32,7 +32,7 @@ /* We have support for a DUMMY encryption cipher which comes handy to debug MDCs and similar things. Because this is a bit dangerous it is not enabled. */ -/*#define ALLOW_DUMMY 1 */ +#define ALLOW_DUMMY 1 #define MAX_BLOCKSIZE 16 #define TABLE_SIZE 14 |