2004-09-28 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Passphrase Callback): Fix last change.
This commit is contained in:
parent
b8b44c4767
commit
9a2a72db08
@ -1,3 +1,7 @@
|
|||||||
|
2004-09-28 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* gpgme.texi (Passphrase Callback): Fix last change.
|
||||||
|
|
||||||
2004-09-27 Marcus Brinkmann <marcus@g10code.de>
|
2004-09-27 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Passphrase Callback): Document
|
* gpgme.texi (Passphrase Callback): Document
|
||||||
|
@ -2069,7 +2069,7 @@ passphrase. It is better if the engine retrieves the passphrase from
|
|||||||
a trusted agent (a daemon process), rather than having each user to
|
a trusted agent (a daemon process), rather than having each user to
|
||||||
implement their own passphrase query. Some engines do not even
|
implement their own passphrase query. Some engines do not even
|
||||||
support an external passphrase callback at all, in this case the error
|
support an external passphrase callback at all, in this case the error
|
||||||
code @code{GPG_ERR_NOT_SUPPORTED) is returned.
|
code @code{GPG_ERR_NOT_SUPPORTED} is returned.
|
||||||
|
|
||||||
The user can disable the use of a passphrase callback function by
|
The user can disable the use of a passphrase callback function by
|
||||||
calling @code{gpgme_set_passphrase_cb} with @var{passfunc} being
|
calling @code{gpgme_set_passphrase_cb} with @var{passfunc} being
|
||||||
|
Loading…
Reference in New Issue
Block a user