mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent/
* genkey.c (check_passphrase_constraints): Get ngettext call right.
This commit is contained in:
parent
6cee3e66c2
commit
39fbda4e3c
5 changed files with 41 additions and 35 deletions
|
@ -48,14 +48,16 @@
|
|||
/* Ask the gpg-agent for a passphrase and present the user with a
|
||||
DESCRIPTION, a PROMPT and optiaonlly with a TRYAGAIN extra text.
|
||||
If a CACHEID is not NULL it is used to locate the passphrase in in
|
||||
the cache and store it under this ID. If ERRORCODE is not NULL it
|
||||
should point a variable receiving an errorcode; this errocode might
|
||||
be 0 if the user canceled the operation. The function returns NULL
|
||||
to indicate an error. */
|
||||
the cache and store it under this ID. If OPT_CHECK is true
|
||||
gpg-agent is asked to apply some checks on the passphrase security.
|
||||
If ERRORCODE is not NULL it should point a variable receiving an
|
||||
errorcode; this errocode might be 0 if the user canceled the
|
||||
operation. The function returns NULL to indicate an error. */
|
||||
char *simple_pwquery (const char *cacheid,
|
||||
const char *tryagain,
|
||||
const char *prompt,
|
||||
const char *description,
|
||||
int opt_check,
|
||||
int *errorcode);
|
||||
|
||||
/* Ask the gpg-agent to clear the passphrase for the cache ID CACHEID. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue