diff options
Diffstat (limited to 'common/openpgpdefs.h')
-rw-r--r-- | common/openpgpdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h index 0696172d7..18d79fdbb 100644 --- a/common/openpgpdefs.h +++ b/common/openpgpdefs.h @@ -122,6 +122,8 @@ typedef enum SIGSUBPKT_ATTST_SIGS = 37, /* Attested Certifications. */ SIGSUBPKT_KEY_BLOCK = 38, /* Entire key used. */ + SIGSUBPKT_PREF_AEAD2 = 39, /* Preferred AEAD ciphersuites. */ + SIGSUBPKT_FLAG_CRITICAL = 128 } sigsubpkttype_t; |