aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-06-29 19:26:09 +0000
committerWerner Koch <[email protected]>2015-06-29 19:28:59 +0000
commitb6076579311029aa76c00377d9a804b1578bf58f (patch)
treeba2548a57744899c4133bab3ef9026fe97159304 /g10/gpg.c
parentShow passphrase constraints errors as password prompt errors (diff)
downloadgnupg-b6076579311029aa76c00377d9a804b1578bf58f.tar.gz
gnupg-b6076579311029aa76c00377d9a804b1578bf58f.zip
agent: Prepare for Libassuan with Cygwin support.
* agent/gpg-agent.c (create_server_socket): Add arg "cygwin". Call assuan_sock_set_flag if Assuan version is recent enough. (main): Create ssh server socket with Cygwin flag set. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index f9d9be34d..d446e364d 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1109,7 +1109,6 @@ set_debug (const char *level)
{
int numok = (level && digitp (level));
int numlvl = numok? atoi (level) : 0;
- int i;
if (!level)
;