mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
Fix a typo and a wrong code indentation.
-- Reported-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
6ac7a80c48
commit
42c44e9ccd
2
NEWS
2
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.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user