diff options
author | Werner Koch <[email protected]> | 2000-10-11 17:26:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-10-11 17:26:49 +0000 |
commit | c287a8d05bfa08a3ea7d2c8fc8ae8c3a740aef1c (patch) | |
tree | 541bb4fcd34dd379b6ac17f0e58af743dc9ed2bd /g10/packet.h | |
parent | This was missing in HEAD. (diff) | |
download | gnupg-c287a8d05bfa08a3ea7d2c8fc8ae8c3a740aef1c.tar.gz gnupg-c287a8d05bfa08a3ea7d2c8fc8ae8c3a740aef1c.zip |
Add features packet and fixes MIPS3.
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index 33bcf792a..2f7f16f8c 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -275,6 +275,7 @@ typedef enum { SIGSUBPKT_KEY_FLAGS =27, /* key flags */ SIGSUBPKT_SIGNERS_UID =28, /* signer's user id */ SIGSUBPKT_REVOC_REASON =29, /* reason for revocation */ + SIGSUBPKT_FEATURES =30, /* feature flags */ SIGSUBPKT_PRIV_ADD_SIG =101,/* signatur is also valid for this uid */ SIGSUBPKT_FLAG_CRITICAL=128 |