summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-11-08 16:08:25 +0100
committerWerner Koch <wk@gnupg.org>2023-11-08 17:09:22 +0100
commitbf7b785b0e471533e5bb2db0e6a2b05b8e17d59d (patch)
treeda1b411de8fee60a8c2fe64a1107199232839c95 /common
parentgpgsm: Cleanup of legacy variable name use. (diff)
downloadgnupg2-bf7b785b0e471533e5bb2db0e6a2b05b8e17d59d.tar.xz
gnupg2-bf7b785b0e471533e5bb2db0e6a2b05b8e17d59d.zip
common: Declare two LibrePGP constants for future use
* common/openpgpdefs.h (SIGSUBPKT_META_HASH): New. (SIGSUBPKT_TRUST_ALIAS): New.
Diffstat (limited to 'common')
-rw-r--r--common/openpgpdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h
index 625747983..180680bcc 100644
--- a/common/openpgpdefs.h
+++ b/common/openpgpdefs.h
@@ -122,6 +122,9 @@ typedef enum
SIGSUBPKT_ATTST_SIGS = 37, /* Attested Certifications. */
SIGSUBPKT_KEY_BLOCK = 38, /* Entire key used. */
+ SIGSUBPKT_META_HASH = 40, /* Literal Data Meta Hash. */
+ SIGSUBPKT_TRUST_ALIAS = 41, /* Trust Alias. */
+
SIGSUBPKT_FLAG_CRITICAL = 128
}
sigsubpkttype_t;