mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Un-deprecate option --auto-key-retrieve.
* g10/gpg.c (main): Remove deprecation warning. -- Most options for the keyserver have been moved to dirmngr and thus it does not make sense to favor "--keyserver-options auto-key-retrieve" over the direct options --auto-key-retrieve and --no-auto-key-retrieve. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
61e7fd68c0
commit
9e126af215
2 changed files with 27 additions and 25 deletions
|
@ -3150,12 +3150,6 @@ main (int argc, char **argv)
|
|||
opt.keyserver_options.options|=KEYSERVER_AUTO_KEY_RETRIEVE;
|
||||
else
|
||||
opt.keyserver_options.options&=~KEYSERVER_AUTO_KEY_RETRIEVE;
|
||||
|
||||
deprecated_warning(configname,configlineno,
|
||||
pargs.r_opt==oAutoKeyRetrieve?"--auto-key-retrieve":
|
||||
"--no-auto-key-retrieve","--keyserver-options ",
|
||||
pargs.r_opt==oAutoKeyRetrieve?"auto-key-retrieve":
|
||||
"no-auto-key-retrieve");
|
||||
break;
|
||||
case oShowSessionKey: opt.show_session_key = 1; break;
|
||||
case oOverrideSessionKey:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue