mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:46: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;
|
||||
}
|
||||
|
||||
error = gpgme_op_keylist_start(ctx, NULL, 1);
|
||||
error = gpgme_op_keylist_start(ctx, NULL, 0);
|
||||
if (error == GPG_ERR_NO_ERROR) {
|
||||
while (!error) {
|
||||
gpgme_key_t key;
|
||||
|
||||
Reference in New Issue
Block a user