diff options
author | Werner Koch <[email protected]> | 2007-10-23 18:13:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-10-23 18:13:27 +0000 |
commit | fca02368da72f42f84e328ecbef04c40b2bfa4fb (patch) | |
tree | 5e79b188e8c6860497169c8a894405b0bc0c4930 /g10/call-agent.c | |
parent | Fixed wrong entry in the gpg-agent table. (diff) | |
download | gnupg-fca02368da72f42f84e328ecbef04c40b2bfa4fb.tar.gz gnupg-fca02368da72f42f84e328ecbef04c40b2bfa4fb.zip |
New option --list-config for gpgconf.
Diffstat (limited to '')
-rw-r--r-- | g10/call-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index 34c1fdea1..03c3a74b7 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -714,7 +714,7 @@ agent_clear_pin_cache (const char *sn) -/* Note: All strings shall be UTF-8. On success the caler needs to +/* Note: All strings shall be UTF-8. On success the caller needs to free the string stored at R_PASSPHRASE. On error NULL will be stored at R_PASSPHRASE and an appropriate fpf error code returned. */ |