aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wks-util.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-11-05 19:58:27 +0000
committerWerner Koch <[email protected]>2018-11-05 19:58:58 +0000
commit66e0bd37ee3dd5ab534b2664493576ef6ad15a08 (patch)
treefa62ddf23c34832eecd41324139b24373df8ac27 /tools/wks-util.c
parentspeedo: Remove obsolete configure option of gpgme. (diff)
downloadgnupg-66e0bd37ee3dd5ab534b2664493576ef6ad15a08.tar.gz
gnupg-66e0bd37ee3dd5ab534b2664493576ef6ad15a08.zip
wks: New option --with-colons for gpg-wks-client.
* tools/gpg-wks.h (opt): Add field with_colons. * tools/gpg-wks-client.c (oWithColons): New const. (opts, parse_arguments): Add option --with-colons. (main): Change aSupported to take several domains in --with-colons mode. (command_send): Factor policy getting code out to ... (get_policy_and_sa): New function. (command_supported): Make use of new function. -- In addition to this the --create command now also supports a submission address only in the policy file. That means the submission-address file is not anymore required and can be replaced by the policy file. Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit e3a1e80d13487c9336640a99b2f6d385d7d6f55c)
Diffstat (limited to 'tools/wks-util.c')
-rw-r--r--tools/wks-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wks-util.c b/tools/wks-util.c
index 3fd824c1a..1bcdf7885 100644
--- a/tools/wks-util.c
+++ b/tools/wks-util.c
@@ -556,7 +556,7 @@ wks_send_mime (mime_maker_t mime)
/* Parse the policy flags by reading them from STREAM and storing them
- * into FLAGS. If IGNORE_UNKNOWN is iset unknown keywords are
+ * into FLAGS. If IGNORE_UNKNOWN is set unknown keywords are
* ignored. */
gpg_error_t
wks_parse_policy (policy_flags_t flags, estream_t stream, int ignore_unknown)