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>
This commit is contained in:
parent
21b6740974
commit
3a4534d826
4 changed files with 33 additions and 34 deletions
|
@ -1315,7 +1315,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