diff options
author | Werner Koch <wk@gnupg.org> | 2021-03-15 10:47:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-15 10:47:19 +0100 |
commit | 1523b5f76f6e600c4f2d153b49a807ff2dc8d268 (patch) | |
tree | 34f7fc39bb8b95264b8ead7c4060cab2697b64a6 /agent | |
parent | w32: Silence a compiler warning in dirmngr.c (diff) | |
download | gnupg2-1523b5f76f6e600c4f2d153b49a807ff2dc8d268.tar.xz gnupg2-1523b5f76f6e600c4f2d153b49a807ff2dc8d268.zip |
gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655
* g10/gpg.c (oNoAutoTrustNewKey): New.
(opts): Add --no-auto-trust-new-key.
(main): Set it.
* g10/options.h (opt): Add flags.no_auto_trust_new_key.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'agent')
-rw-r--r-- | agent/command-ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 393ee91e9..538b4ddef 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -158,7 +158,7 @@ typedef gpg_error_t (*ssh_signature_encoder_t) (ssh_key_type_spec_t *spec, estream_t signature_blob, gcry_sexp_t sig); -/* Type, which is used for boundling all the algorithm specific +/* Type, which is used for bundling all the algorithm specific information together in a single object. */ struct ssh_key_type_spec { |