aboutsummaryrefslogtreecommitdiffstats
path: root/g10/dek.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/dek.h')
-rw-r--r--g10/dek.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/dek.h b/g10/dek.h
index 64e98fca7..1e861f565 100644
--- a/g10/dek.h
+++ b/g10/dek.h
@@ -32,8 +32,8 @@ typedef struct
* verbose mode. */
int algo_info_printed : 1;
- /* AEAD shall be used. */
- int use_aead : 1;
+ /* AEAD shall be used. The value is the AEAD algo. */
+ int use_aead : 4;
/* MDC shall be used. */
int use_mdc : 1;