mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* g10.c. options.h : New option --show-keyring
* getkey.c (get_ctx_handle): New. * keylist.c (list_one): Implement option here. By David Champion.
This commit is contained in:
parent
b8f83e2be8
commit
ca1bc23ef2
7 changed files with 35 additions and 3 deletions
|
@ -2194,4 +2194,8 @@ get_user_id( u32 *keyid, size_t *rn )
|
|||
return p;
|
||||
}
|
||||
|
||||
|
||||
const char*
|
||||
get_ctx_handle(GETKEY_CTX ctx)
|
||||
{
|
||||
return ctx->kr_handle;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue