mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent,w32: Do not create a useless socket with --enable-putty-support.
* agent/agent.h (opt): Remove field ssh_support. * agent/gpg-agent.c (ssh_support): New. Replace all opt.ssh_support by this. (main): Do not set ssh_support along with setting putty_support. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
2c9c46e2a2
commit
7a38733164
3 changed files with 23 additions and 15 deletions
|
@ -140,9 +140,6 @@ struct
|
|||
int keep_tty; /* Don't switch the TTY (for pinentry) on request */
|
||||
int keep_display; /* Don't switch the DISPLAY (for pinentry) on request */
|
||||
|
||||
/* This global option enables the ssh-agent subsystem. */
|
||||
int ssh_support;
|
||||
|
||||
/* This global options indicates the use of an extra socket. Note
|
||||
that we use a hack for cleanup handling in gpg-agent.c: If the
|
||||
value is less than 2 the name has not yet been malloced. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue