1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Comment fixes.

Convey the new envvars when using simple-pwquery.
This commit is contained in:
Werner Koch 2008-03-06 18:28:47 +00:00
parent e751bcdd04
commit fa800e7c86
5 changed files with 34 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2008-02-26 Werner Koch <wk@g10code.com>
* getkey.c (get_pubkey_byname): Fix comment.
2008-02-14 Werner Koch <wk@g10code.com>
* call-agent.c (default_inq_cb): New.

View file

@ -912,9 +912,9 @@ key_byname( GETKEY_CTX *retctx, strlist_t namelist,
/* Find a public key from NAME and return the keyblock or the key. If
ret_kdb is not NULL, the KEYDB handle used to locate this keyblock
is returned and the caller is responsible for closing it. If a key
was not found and NAME is a valid RFC822 mailbox and PKA retrieval
has been enabled, we try to import the pkea via the PKA
mechanism. */
was not found and NAME is a valid RFC822 mailbox and --auto-key-locate
has been enabled, we try to import the key via the online mechanisms
defined by --auto-key-locate. */
int
get_pubkey_byname (PKT_public_key *pk,
const char *name, KBNODE *ret_keyblock,