mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg,sm: New option --request-origin.
* g10/gpg.c (oRequestOrigin): New const. (opts): New option --request-origin. (main): Parse that option. * g10/options.h (struct opt): Add field request_origin. * g10/call-agent.c (start_agent): Send option to the agent. * sm/gpgsm.c (oRequestOrigin): New const. (opts): New option --request-origin. (main): Parse that option. * sm/gpgsm.h (struct opt): Add field request_origin. * sm/call-agent.c (start_agent): Send option to the agent. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
05c55ee260
commit
2cd35df5db
8 changed files with 67 additions and 0 deletions
|
@ -271,6 +271,7 @@ struct
|
|||
|
||||
int passphrase_repeat;
|
||||
int pinentry_mode;
|
||||
int request_origin;
|
||||
|
||||
int unwrap_encryption;
|
||||
int only_sign_text_ids;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue