diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index 0680d4207..dd14d5345 100644 --- a/g10/options.h +++ b/g10/options.h @@ -116,7 +116,8 @@ struct { int interactive; STRLIST notation_data; int show_notation; - const char *set_policy_url; + const char *sig_policy_url; + const char *cert_policy_url; int show_policy_url; int use_embedded_filename; int allow_non_selfsigned_uid; |