mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 22:56:22 +00:00
Show public keys in PGP key list
This commit is contained in:
@@ -229,7 +229,7 @@ p_gpg_list_keys(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
error = gpgme_op_keylist_start(ctx, NULL, 1);
|
error = gpgme_op_keylist_start(ctx, NULL, 0);
|
||||||
if (error == GPG_ERR_NO_ERROR) {
|
if (error == GPG_ERR_NO_ERROR) {
|
||||||
while (!error) {
|
while (!error) {
|
||||||
gpgme_key_t key;
|
gpgme_key_t key;
|
||||||
|
|||||||
Reference in New Issue
Block a user