aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-07-24 19:28:12 +0000
committerDavid Shaw <[email protected]>2003-07-24 19:28:12 +0000
commite4a9d14aad5fd65aecf534a001dab5e979baf973 (patch)
tree5a06b8121243fef4821e2bb9fdbe9bf9b55242bf /g10/options.h
parent* app-openpgp.c (do_learn_status): Print more status information. (diff)
downloadgnupg-e4a9d14aad5fd65aecf534a001dab5e979baf973.tar.gz
gnupg-e4a9d14aad5fd65aecf534a001dab5e979baf973.zip
* options.h, g10.c (main, add_keyserver_url): Add
--sig-preferred-keyserver to implant a "where to get my key" subpacket into a signature. * sign.c (mk_notation_and_policy): Rename to mk_notation_policy_etc and add preferred keyserver support for signatures.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h
index b45525c95..d9ea86571 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -153,6 +153,7 @@ struct {
STRLIST cert_notation_data;
STRLIST sig_policy_url;
STRLIST cert_policy_url;
+ STRLIST sig_keyserver_url;
int use_embedded_filename;
int allow_non_selfsigned_uid;
int allow_freeform_uid;