mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New option --no-auto-trust-new-key.
* 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>
This commit is contained in:
parent
683ff00bb1
commit
1523b5f76f
6 changed files with 25 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue