mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove unused arg in a card related function.
* g10/call-agent.c (agent_scd_setattr): Remove unused arg serialno.
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit 3a4534d826
)
This commit is contained in:
parent
6e6078c8d0
commit
c66a2cc8d3
4 changed files with 34 additions and 33 deletions
|
@ -1340,7 +1340,7 @@ subkey_is_ok (const PKT_public_key *sub)
|
|||
|
||||
/* Return true if KEYBLOCK has only expired encryption subkyes. Note
|
||||
* that the function returns false if the key has no encryption
|
||||
* subkeys at all or the subkecys are revoked. */
|
||||
* subkeys at all or the subkeys are revoked. */
|
||||
static int
|
||||
only_expired_enc_subkeys (kbnode_t keyblock)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue