diff options
author | James Booth <boothj5@gmail.com> | 2015-08-25 22:45:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-08-25 22:45:51 +0100 |
commit | fc1ee79190e05ec7682d3a52c27075142c887445 (patch) | |
tree | e480de9200d6ed0d71cca596bdcf9af25d74e4ec /tests/unittests/pgp | |
parent | 592a3695a573ca5e0a1fa45b79b8a0e64225f1d9 (diff) | |
download | profani-tty-fc1ee79190e05ec7682d3a52c27075142c887445.tar.gz |
PGP: Show key IDs for assigned public keys
Diffstat (limited to 'tests/unittests/pgp')
-rw-r--r-- | tests/unittests/pgp/stub_gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c index bb5a9eca..d82f0933 100644 --- a/tests/unittests/pgp/stub_gpg.c +++ b/tests/unittests/pgp/stub_gpg.c @@ -11,7 +11,7 @@ GHashTable* p_gpg_list_keys(void) } GHashTable* -p_gpg_fingerprints(void) +p_gpg_pubkeys(void) { return NULL; } |