aboutsummaryrefslogtreecommitdiffstats
path: root/common/openpgpdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r--common/openpgpdefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h
index 625747983..0696172d7 100644
--- a/common/openpgpdefs.h
+++ b/common/openpgpdefs.h
@@ -152,7 +152,8 @@ typedef enum
{
AEAD_ALGO_NONE = 0,
AEAD_ALGO_EAX = 1,
- AEAD_ALGO_OCB = 2
+ AEAD_ALGO_OCB = 2,
+ AEAD_ALGO_GCM = 3
}
aead_algo_t;