summaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-06-09 17:14:06 +0200
committerWerner Koch <wk@gnupg.org>1998-06-09 17:14:06 +0200
commit1ece02aa54afb9a0e51e916098373beda317f070 (patch)
tree72d56d5bd9feae8540d8bf1d2510ea08fdd58c97 /g10/packet.h
parentadd a challenge (diff)
downloadgnupg2-1ece02aa54afb9a0e51e916098373beda317f070.tar.xz
gnupg2-1ece02aa54afb9a0e51e916098373beda317f070.zip
Sicherung
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 7f38cd5cf..3fc1ea280 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -234,7 +234,8 @@ typedef enum {
SIGSUBPKT_PRIMARY_UID =25, /* primary user id */
SIGSUBPKT_POLICY =26, /* policy URL */
SIGSUBPKT_KEY_FLAGS =27, /* key flags */
- SIGSUBPKT_SIGNERS_UID =28 /* signer's user id */
+ SIGSUBPKT_SIGNERS_UID =28, /* signer's user id */
+ SIGSUBPKT_PRIV_ADD_SIG =101 /* signatur is also valid for this uid */
} sigsubpkttype_t;