aboutsummaryrefslogtreecommitdiffstats
path: root/include/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cipher.h')
-rw-r--r--include/cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cipher.h b/include/cipher.h
index 53279f958..3c1677cbf 100644
--- a/include/cipher.h
+++ b/include/cipher.h
@@ -64,6 +64,7 @@ typedef struct {
int algo;
int keylen;
int algo_info_printed;
+ int use_mdc;
byte key[32]; /* this is the largest used keylen (256 bit) */
} DEK;