aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 7e0f9d0ac..f3181332f 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -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;