mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More agent support for gpg.
This commit is contained in:
parent
5a679857ef
commit
54591341a4
33 changed files with 496 additions and 311 deletions
|
@ -555,11 +555,10 @@ get_signature_count (PKT_public_key *pk)
|
|||
/* if(agent_scd_getattr("SIG-COUNTER",&info)==0) */
|
||||
/* return info.sig_counter; */
|
||||
/* } */
|
||||
#endif
|
||||
|
||||
/* How to do this without a card? */
|
||||
|
||||
#else
|
||||
(void)pk;
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Expand %-strings. Returns a string which must be xfreed. Returns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue