diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index e03bd00cc..4278ff374 100644 --- a/g10/options.h +++ b/g10/options.h @@ -80,6 +80,7 @@ struct { STRLIST notation_data; const char *set_policy_url; int use_embedded_filename; + int allow_non_selfsigned_uid; } opt; |