about summary refs log tree commit diff stats
path: root/tests/unittests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-08-25 22:45:51 +0100
committerJames Booth <boothj5@gmail.com>2015-08-25 22:45:51 +0100
commitfc1ee79190e05ec7682d3a52c27075142c887445 (patch)
treee480de9200d6ed0d71cca596bdcf9af25d74e4ec /tests/unittests
parent592a3695a573ca5e0a1fa45b79b8a0e64225f1d9 (diff)
downloadprofani-tty-fc1ee79190e05ec7682d3a52c27075142c887445.tar.gz
PGP: Show key IDs for assigned public keys
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/pgp/stub_gpg.c2
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;
 }