diff options
author | Werner Koch <[email protected]> | 2016-09-30 14:58:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-30 16:12:44 +0000 |
commit | de67055aff916455cec89fab1d95177d3b383008 (patch) | |
tree | fbffe9caa255b913d55209c5003ec87a12fb8c3c /tools/wks-receive.c | |
parent | build: Fix build against libiconv. (diff) | |
download | gnupg-de67055aff916455cec89fab1d95177d3b383008.tar.gz gnupg-de67055aff916455cec89fab1d95177d3b383008.zip |
wks: Avoid long trustdb checks.
* tools/wks-receive.c (verify_signature): Use --always-trust.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/wks-receive.c')
-rw-r--r-- | tools/wks-receive.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/wks-receive.c b/tools/wks-receive.c index 0deca9b20..7292cff18 100644 --- a/tools/wks-receive.c +++ b/tools/wks-receive.c @@ -164,6 +164,7 @@ verify_signature (receive_ctx_t ctx) ccparray_put (&ccp, "--verbose"); ccparray_put (&ccp, "--enable-special-filenames"); ccparray_put (&ccp, "--status-fd=2"); + ccparray_put (&ccp, "--always-trust"); /* To avoid trustdb checks. */ ccparray_put (&ccp, "--verify"); ccparray_put (&ccp, "--"); ccparray_put (&ccp, "-&@INEXTRA@"); |