mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Move password repetition from gpg to gpg-agent.
This commit is contained in:
parent
a50a274d20
commit
6e7c855d98
8 changed files with 106 additions and 58 deletions
|
@ -115,6 +115,7 @@ gpg_error_t agent_get_passphrase (const char *cache_id,
|
|||
const char *err_msg,
|
||||
const char *prompt,
|
||||
const char *desc_msg,
|
||||
int repeat,
|
||||
char **r_passphrase);
|
||||
|
||||
/* Send the CLEAR_PASSPHRASE command to the agent. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue