aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/cipher.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 47323772f..a591c9136 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-30 Werner Koch <[email protected]>
+
+ * cipher.h (DEK): Added use_mdc.
+
2001-08-24 Werner Koch <[email protected]>
* cipher.h (md_write): Made buf arg const.
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;