1
0
Fork 0
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:
David Shaw 2006-03-09 01:15:18 +00:00
parent 889c4afd78
commit 0f7b4371b2
4 changed files with 20 additions and 8 deletions

View file

@ -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;