diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index b7ceb6479..187fffc7c 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -77,7 +77,8 @@ typedef enum { PREFTYPE_NONE = 0, PREFTYPE_SYM = 1, PREFTYPE_HASH = 2, - PREFTYPE_ZIP = 3 + PREFTYPE_ZIP = 3, + PREFTYPE_AEAD = 4 } preftype_t; typedef struct { |