mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch
This commit is contained in:
parent
db748ac6a9
commit
cc49ea6d28
22 changed files with 723 additions and 338 deletions
|
@ -46,6 +46,7 @@ typedef enum {
|
|||
PKT_USER_ID =13, /* user id packet */
|
||||
PKT_PUBLIC_SUBKEY =14, /* public subkey (OpenPGP) */
|
||||
PKT_OLD_COMMENT =16, /* comment packet from an OpenPGP draft */
|
||||
PKT_PHOTO_ID =17, /* PGP's photo ID */
|
||||
PKT_COMMENT =61, /* new comment packet (private) */
|
||||
PKT_ENCRYPTED_MDC =62, /* test: encrypted data with MDC */
|
||||
} pkttype_t;
|
||||
|
@ -155,6 +156,8 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
int len; /* length of the name */
|
||||
char *photo; /* if this is not NULL, the packet is a photo ID */
|
||||
int photolen; /* and the length of the photo */
|
||||
char name[1];
|
||||
} PKT_user_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue