diff options
author | Marcus Brinkmann <[email protected]> | 2009-11-02 17:18:48 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-11-02 17:18:48 +0000 |
commit | 490661821a0bba3b4e37015d8313a3dfb37c3a34 (patch) | |
tree | 05b3a253f8b52a8f91659a90bce19334007372f8 /src/decrypt.c | |
parent | 2009-11-02 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-490661821a0bba3b4e37015d8313a3dfb37c3a34.tar.gz gpgme-490661821a0bba3b4e37015d8313a3dfb37c3a34.zip |
2009-11-02 Marcus Brinkmann <[email protected]>
* debug.h (_gpgme_debug_buffer): Make TAG argument const const.
* debug.c (_gpgme_debug_buffer): Likewise.
* gpgme-tool.c (input_notify, output_notify): Adjust type to new
assuan interface.
* decrypt.c (gpgme_op_decrypt_result): Remove unused variable.
* opassuan.c (gpgme_op_assuan_transact): Fix return value.
Diffstat (limited to 'src/decrypt.c')
-rw-r--r-- | src/decrypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decrypt.c b/src/decrypt.c index 5e761568..da08e742 100644 --- a/src/decrypt.c +++ b/src/decrypt.c @@ -88,7 +88,6 @@ gpgme_op_decrypt_result (gpgme_ctx_t ctx) if (_gpgme_debug_trace ()) { gpgme_recipient_t rcp; - int signatures = 0; if (opd->result.unsupported_algorithm) { |