mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* packet.h, build-packet.c (sig_to_notation), keygen.c
(keygen_add_notations): Provide printable text for non-human-readable notation values.
This commit is contained in:
parent
889c4afd78
commit
0f7b4371b2
4 changed files with 20 additions and 8 deletions
|
@ -411,12 +411,12 @@ struct notation
|
|||
{
|
||||
char *name;
|
||||
char *value;
|
||||
size_t blen;
|
||||
char *altvalue;
|
||||
unsigned char *bdat;
|
||||
size_t blen;
|
||||
struct
|
||||
{
|
||||
unsigned int critical:1;
|
||||
unsigned int human:1;
|
||||
unsigned int ignore:1;
|
||||
} flags;
|
||||
struct notation *next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue