[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.19-120-g42c44e9
by Jedi
cvs at cvs.gnupg.org
Thu Apr 25 09:52:28 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-0 has been updated
via 42c44e9ccd266b92d2a0c0cb29360db232009714 (commit)
from 6ac7a80c48739db0032bba2f624c1b5050bfaaab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 42c44e9ccd266b92d2a0c0cb29360db232009714
Author: Jedi <jedi at jedi.org>
Date: Thu Apr 25 09:33:33 2013 +0200
Fix a typo and a wrong code indentation.
--
Reported-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/NEWS b/NEWS
index 166b871..9ead9bf 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Noteworthy changes in version 2.0.20 (unreleased)
* The hash algorithm is now printed for sig records in key listings.
- * Decryption using smartcards keys > 3072 bit does not work.
+ * Decryption using smartcards keys > 3072 bit does now work.
* New meta option ignore-invalid-option to allow using the same
option file by other GnuPG versions.
diff --git a/g10/call-agent.c b/g10/call-agent.c
index 373d8c9..f4410fd 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -1075,8 +1075,8 @@ agent_scd_pkdecrypt (const char *serialno,
}
rc = assuan_transact (agent_ctx, line,
NULL, NULL, NULL, NULL, NULL, NULL);
- if (rc)
- return rc;
+ if (rc)
+ return rc;
}
init_membuf (&data, 1024);
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
g10/call-agent.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list