1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Split "--set-policy-url" into "--cert-policy-url" and "--sig-policy-url"

so the user can set different policies for key and data signing.  For
backwards compatibility, "--set-policy-url" sets both, as before.
This commit is contained in:
David Shaw 2002-02-03 14:42:56 +00:00
parent e245123907
commit 0c3e409fa3
5 changed files with 42 additions and 8 deletions

View file

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